What is polymorphism in object-oriented programming?
-
A
The ability to inherit from multiple parent classes simultaneously
-
B
Hiding implementation details inside a class using access modifiers
-
C
The ability of different objects to respond to the same interface in different ways
-
D
Converting one primitive data type into another automatically