Object-Oriented Programming (OOP)

Choose the correct description of Polymorphism.

Correct answer

B. An OOP concept that allows objects of different classes to be treated through a common interface.

Explanation

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