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 are void pointers?
Can we declare a static variable inside a method?
How to sort a collection of custom Objects in Java?
Explain about the main() method in java?
Is nan false?
Which arithmetic operations can result in the throwing of an arithmeticexception?
How do you detect memory leaks?
Explain the use of shift operator in java. Can you give some examples?
Can we use return in constructor?
How can you make a class serializable in java?
What are advantages and disadvantages of OOPs?
What is bufferedreader in java?
Can you start a thread twice in Java?
What is the maximum size of array in java?
Can we override private constructor in java?