Answer Posted / backiya
pointer is a memory variable...
it's stored address in another new variable
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
What is object-oriented programming? Webopedia definition
What is polymorphism and example?
What are the 3 principles of oop?
What is the types of inheritance?
What is this pointer in oop?
How do you define a class in oop?
Is html an oop?
What is meant by multiple inheritance?
What is destructor oops?
What is inheritance and how many types of inheritance?
What is the diamond problem in inheritance?
Why do we use inheritance?
Why multiple inheritance is not allowed?
Explain the advantages of inheritance.