Can you explain polymorphism?
Explain the concepts involved in Object Oriented programming.
What is an advantage of polymorphism?
What is the important feature of inheritance?
What are the fields of vtable
Pls...could any one tell me that whether we can access the public data memeber of a class from another class with in the same program. Awaiting for your response Thanku
How do you use inheritance in unity?
What is the expansion of OOPS?
design class for linked list and include constructor,destructor,insert option. struct node { int node; struct node &ptr; }
polymorphism means?
Why is static class not inherited?
why the argument is passed by reference to a copy constructor?example?
what is a ststic variable and stiticfunction briefly explain with exmple and in which case we use