Multiple choice

The process of creating a new class from an existing class to facilitate code reusability is known as

  1. polymorphism

  2. abstraction

  3. inheritance

  4. encapsulation

  5. copying

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

The process of creating a new class from an existing class to facilitate code reusability is known as inheritance. It is the characteristic property of object oriented programming language.