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
This question is part of this quiz :
Python OOPs quiz