Python | OOPs quiz | Question 7

Last Updated :
Discuss
Comments

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

Share your thoughts in the comments