Answer Posted / atul gaikwad
This polymorphism is also called as late binding.
Dynamic polymorphism can be achieved by using function overriding.
eg.for addition of numbers if we write function as
void add Numbers(int,int);
And this function is written in base class as well as derived class as it is then satisfies the function over-riding concept.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the importance of oop?
What is coupling in oop?
Which language is not a true object oriented programming language?
Why is polymorphism needed?
What is polymorphism and example?
What is byval and byref? What are differences between them?
What is use of overloading?
What is abstraction in oops with example?
Is enum a class?
What are the 5 oop principles?
What is constructor overloading in oop?
What are oops functions?
Explain virtual inheritance?
Get me an image implementation program.
#include