Top Categories

8.10 Dynamic Method Dispatch in Java
  • Category:
  • Sub Category:
  • runtime polymorphism
  • Javascript
  • Learnings
  • telusko
  • reference
  • object oriented machanicm
  • java dynamic method dispatch
  • java lecture
  • java polymorphism
  • method overriding
No Views

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. 

Comments

You Might Be Interested In