...

/

Difference between Static and Dynamic Polymorphism

Difference between Static and Dynamic Polymorphism

Learn about the differences between static and dynamic polymorphism.

We'll cover the following...

Types of polymorphism

There are two types of polymorphism:

  • Static polymorphism is also known as compile time polymorphism.

  • Dynamic polymorphism is also known as runtime polymorphism.

Static polymorphism & dynamic polymorphism

...