what is dynamic method dispatch ?
Answer Posted / adtiya jain
Dynamic Dispatch method is the mechanism to achieve run
time polymorphism.
problem::-->
1. three class 'A','B' ,'C' each extends each other in
multiple inheritance.
2. each class have call_me function (means overriden)
3. a call_me function only call of sub_class method
solution ::-->
a dynamic dispatch method provide a facility to run
child class function
to more detail and your question
email me dheraj.jain.1988@gmail.com
| Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
What is remote method invocation (rmi)?
What is boolean query?
What is singleton class and how can we make a class singleton?
What are drawbacks of singleton class?
What means public static?
What is cr keyboard?
What is the implementation of destroy method in java. Is it native or java code?
Difference between static and dynamic class loading.
What are actual parameters?
What is the difference between Array and Hash Table?
What is an immutable class? How to create an immutable class?
Can a constructor call another constructor?
What is numeric data type?
What is the maximum size of a string in java?
What are decalarations?