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
This question is part of this quiz :
OOP in JavaScript