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 are different oops concepts?
What are the 3 principles of oop?
What is solid in oops?
What does and I oop mean?
What is object in oop?
Are polymorphisms mutations?
What is polymorphism explain?
What is overloading in oop?
Which is not an object oriented programming language?
What exactly is polymorphism?
What is this pointer in oop?
What is destructor in oop?
What is balance factor?
Why is there no multiple inheritance?
What are the data types in oop?