Q. What is polymorphism in Python OOP?
β
Correct Answer: (B)
Using one function with different data types
Explanation: Polymorphism allows functions to work with objects of different types.