Polymorphism

Hey ,

I'm thrilled to help you learn JavaScript. Unfortunately, you've landed on a page where you cannot access with your current purchase.

Please upgrade (use this link) access this content.

I'm super eager to help you learn more!

Polymorphism

People often mention Polymorphism when they talk about Object Oriented Programming. When they do, they actually talk about Inheritance. But Inheritance is not Polymorphism. It is only one of the three types of Polymorphism—Subtype Polymorphism.

Read this blog post if you’re interested to learn more about Polymorphism. Reading this blog post is optional, but it will be useful, because it’ll help you clear up another big jargon in the programming world.