Multiple choice

________ allows designing of new objects that inherit the functionality of objects that are already created.

  1. Polymorphism

  2. Inheritance

  3. Encapsulation

  4. None of above

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

Inheritance is the OOP principle that allows a new class to derive attributes and methods from an existing class.