Home / Questions / What is runtime polymorphism or dynamic method dispatch?
Explanatory Question

What is runtime polymorphism or dynamic method dispatch?

👁 716 Views
📘 Detailed Answer
🕒 Easy to Read
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.

Answer with Explanation

Runtime polymorphism or dynamic method dispatch is a process in which a call to an overridden method is resolved at runtime rather than at compile-time. In this process, an overridden method is called through the reference variable of a superclass.