Question

What does Polymorphism mean in the context of OOP?

A Hiding the internal state of an object. Correct Answer Incorrect Answer
B The ability of an object to take on many forms. Correct Answer Incorrect Answer
C Defining a new class from an existing class. Correct Answer Incorrect Answer
D Restricting access to certain components of an object. Correct Answer Incorrect Answer
E Creating objects without defining a class. Correct Answer Incorrect Answer

Solution

Answer: b) The ability of an object to take on many forms.

Practice Next
ask-question