Answer Posted / karthika
By the name denotes it allocate memory at the run time.
It is done by using virtual function and inheritance.
It uses pointer since it is executed at run time.it create
reference for the base class.so it takes many forms for the
same object.
eg method overiding.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is difference between oop and pop?
class type to basic type conversion
Explain the concepts involved in Object Oriented programming.
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
Can destructor be overloaded?
What is overloading and its types?
What is the full form of oops?
How do you explain polymorphism?
What is the point of oop?
Why do we use inheritance?
How to hide the base class functionality in Inheritance?
What is advantage of inheritance?
What is an interface in oop?
What are the important components of cohesion?
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?