Beginner Object-Oriented Programming Concepts
Q5 / 100

What is "polymorphism" in OOP?

Correct! Well done.

Incorrect.

The correct answer is A) The ability of different classes to be treated through the same interface, with each providing its own implementation

A

Correct Answer

The ability of different classes to be treated through the same interface, with each providing its own implementation

Explanation

Polymorphism allows objects of different types to respond to the same method call in ways appropriate to their own type.

Progress
5/100