what is dynamic method dispatch ?
Answer Posted / sugita muruganandam
Dynamic dispatch is a technique in which a super class method is delegated in a sub class during the run time.Bases on the type of the object the methods are invoked at the run time.Even though,over ridding uses the dynamic dispatch method it cannot be related to over ridding.Because over ridding is redefining of methods in sub class whereas it not the case in dynamic dispatch.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why to use nested classes in java? (Or) what is the purpose of nested class in java?
What are triggers in DB? Explain their types. How do they work?
Can we split string with in java?
What are three ways in which a thread can enter the waiting state in java programming?
Can you inherit a constructor java?
What are the advantages of java over C++?
What is use of super keyword?
What is the class in java?
Explain the reason behind ending a program with a system.exit(0)?
Difference between concurrent hashmap and hashtable and collections
What is java objectoutputstream?
What is the difference between sleep and wait in java?
Can we print null in java?
Is object a data type?
Can we declare an interface as final?