Kizspy | Question: 14
(Choose 1 answer)
What is the primary purpose of using polymorphism in object-oriented programming?
A. To allow objects to be treated as instances of their parent class rather than their actual class
B. To enable a class to inherit from multiple parent classes
C. To allow a function to be defined with the same name but different parameters
D. To restrict access to certain data within a class