Practising Dynamic Method Dispatch
Dynamic method dispatch is the mechanism in which a call to an overridden method is resolved at run time instead of compile time. This is an important concept because of how Java implements run-time polymorphism.
Sign in to join the conversation.
Sign in with Google
Comments