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
Can we define static methods inside interface?
Explain enumeration in java?
What is return null in java?
What is flag in python?
What is string in java is it a data type?
How many bytes is a char in java?
What is numel matlab?
What are different types of encoding?
What is ++ a in java?
Explain polymorphism citing an example.
Can we extend singleton class in java?
What is the method to declare member of a class static?
What is difference between an object and a class?
Can you extend singleton class?
Explain about anonymous inner classes ?