What does polymorphism allow in OOP?
A. Objects of the same class to have different methods
B. Objects of different classes to be treated as objects of a common superclass
C. Objects of the same class to be treated as objects of different classes
D. None of the above
Answer: Option B
Join The Discussion