Multiple choice

The ability of an object to take more than one form is known as

  1. polymorphism

  2. inheritance

  3. encapsulation

  4. none of above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Polymorphism allows objects of different classes to be treated as objects of a common superclass, or allows methods to take different forms.