Answer Posted / vivek
Ploymorphism is the concept of OOP's. It allows you invoke
derived class methods through base class reference during
runtime.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Why do we use inheritance?
Can we define a class within the interface?
what is the drawback of classical methods in oops?
What is a null tree?
Why multiple inheritance is not possible?
Why is abstraction needed?
What is object in oop?
What is the point of polymorphism?
What are the 4 pillars of oop?
Plese get me a perfect C++ program for railway/airway reservation with all details.
What is the real life example of polymorphism?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
Write a program to sort the number with different sorts in one program ??
Explain the advantages of inheritance.
Why is oop useful?