Kizspy | Question: 4
(Choose 1 answer)
What is polymorphism in Python?
A. The ability of different classes to be treated as instances of the same class through a common interface.
B. The ability to create multiple instances of a class.
C. The ability to inherit methods and properties from a parent class.
D. The ability to hide the internal details of a method.