Answer Posted / srinivas
in hirarchie, when sub class overrides the super class
metthod
then we call that method using the super class reference
then which version of method is called is resolved at run
time based on the object that the reference refers to is
called dynamic polymorphisum or dynamic binding.and also
called run time polymorphisum
| Is This Answer Correct ? | 68 Yes | 7 No |
Post New Answer View All Answers
What is basic concept of oop?
Why it is called runtime polymorphism?
What is overloading in oops?
Which language is pure oop?
Why we use classes in oop?
Why is abstraction used?
Can we override main method?
Why is there no multiple inheritance?
What does <> mean pseudocode?
How to call a non virtual function in the derived class by using base class pointer
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
What is overloading and its types?
Which language is not a true object oriented programming language?
What is constructor overloading in oop?
What is polymorphism used for?