Use Polymorphism with Prototype Linked Objects

InstructorTyler Clark

Share this video with your friends

Send Tweet

Polymorphism is a powerful tool in many classical languages. However, it works a little differently in JavaScript and it’s important to understand the requirements of when a property can be overridden. Let’s explore these differences with some custom objects.