Top Categories
8.10 Dynamic Method Dispatch in Java
- Category:
- Sub Category:
Multilevel Method overriding forms the basis for one of Java’s most powerful concepts: dynamic method dispatch. Dynamic method dispatch is a mechanism by which a call to an overridden method is resolved at runtime.