Object-Oriented Programming (OOP)

An OOP concept that allows objects of different classes to be treated through a common interface. What is this concept called?

Correct answer

C. Polymorphism

Explanation

Polymorphism refers to an OOP concept that allows objects of different classes to be treated through a common interface.