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 the difference between abstraction and polymorphism?
Which is not an object oriented programming language?
How can you overcome the diamond problem in inheritance?
How to use CMutex, CSemaphore in VC++ MFC
What are the components of marker interface?
What is purpose of inheritance?
What is multilevel inheritance explain with example?
What is class and object in oops?
Which type does string inherit from?
What is the difference between encapsulation and polymorphism?
What causes polymorphism?
What does and I oop mean?
What are the three main types of variables?
why reinterpret cast is considered dangerous?
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory