Multiple choice technology programming languages

The class that inherits is called a

  1. superclass

  2. subclass

  3. instance class

  4. None of the Above

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

In inheritance, the class that inherits from another is called the subclass or derived class. The class being inherited from is the superclass or base class.