what is dynamic method dispatch ?
Answer Posted / badrudiin
in cPP,virtual function is used to implement runtime
polymorphism(dynamic binding), similarly java uses dynamic
method dispach to implement dynamic binding.
Dynamic method dispatch is the mechanism by which a call to
an overridden method is resolved at run time, rather than
compile time.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is public/private protected in java?
What is complexity in java?
What is a wrapper method?
What is == and === in javascript?
What is the impact of declaring a method as final?
What is the difference between instanceof and isinstance?
What is double in java?
State one difference between a template class and class template.
What is string builder in java?
What is merge sort in java?
What is math floor in java?
How to access arraylist elements in java?
What exceptions occur during serialization?
What is the this keyword?
Tell me the latest versions in java related areas?