Multiple choice

Which of the following forms of inheritance is present when a class is derived from the classes that are already derived?

  1. Single inheritance

  2. Multilevel inheritance

  3. Multiple inheritance

  4. Hierarchical inheritance

  5. Hybrid inheritance

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

This form of inheritance is present when a class is derived from the classes that are already derived.