Multiple choice

Which of the following forms of inheritance occurs when the properties of one class are inherited by more than one class, forming a hierarchy of class?

  1. Multilevel inheritance

  2. Multiple inheritance

  3. Hierarchical inheritance

  4. None of these

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

This is the form of inheritance occurs when the properties of one class are inherited by more than one class forming an hierarchy of class.