JavaScript | JavaScript OOP | Question 7

Last Updated :
Discuss
Comments

What is polymorphism in OOP?

A way to define private properties

Combining classes into a single object

Using the same method name but with different implementations in child classes

Sharing methods between unrelated objects

Share your thoughts in the comments