Answer Posted / teginder
When instance of that class is creater by us
| Is This Answer Correct ? | 30 Yes | 5 No |
Post New Answer View All Answers
What does and I oop mean?
How is class defined?
What is encapsulation and abstraction? How are they implemented in C++?
Why is polymorphism used?
How to call a non virtual function in the derived class by using base class pointer
How do you achieve polymorphism?
What does and I oop mean in text?
Where You Can Use Interface in your Project
What are the 5 oop principles?
What is byval and byref? What are differences between them?
What is inheritance in oop?
What is abstraction and encapsulation?
How to hide the base class functionality in Inheritance?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
Why interface is used?