What is polymorphism in OOP?
Combining multiple classes into one
Restricting access to certain components of an object
Defining multiple methods with the same name in a class
Providing a single interface for different types
This question is part of this quiz :
Python OOPs quiz