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 are the two different types of polymorphism?
what are the different types of qualifier in java?
What are constructors in oop?
What is polymorphism and its types?
Why it is called runtime polymorphism?
Can we have inheritance without polymorphism?
Why do pointers exist?
What is coupling in oop?
Why do we use polymorphism in oops?
Get me a number puzzle game-program
What is polymorphism and example?
How many human genes are polymorphic?
Can an interface inherit a class?
what's the basic's in dot net
What is destructor in oop?