✏️ Explanatory Question

What is runtime polymorphism or dynamic method dispatch?

👁 724 Views
📘 Detailed Answer
💡

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.