Python | OOPs quiz | Question 23

Last Updated :
Discuss
Comments

What is dynamic polymorphism in OOP?

The ability to create objects at runtime

The ability to change the type of a variable dynamically

The ability to provide a single interface for different types at runtime

The ability to define methods with different names in a class

Share your thoughts in the comments