Dynamic Polymorphism
Learn about the concept of dynamic polymorphism.
We'll cover the following...
What is dynamic polymorphism?
Dynamic polymorphism is the mechanism by which methods can be defined with the same name, return type, and parameters in the base class and derived classes.
The call to an overridden method is decided at the runtime.
Dynamic polymorphism example
Let’s consider the example of the Shape
class:
Access this course and 1400+ top-rated courses and projects.