Multiple choice

Which of the following forms of inheritance follows Grandfather-Father-Child relationship?

  1. Multiple inheritance

  2. Multi level inheritance

  3. Single inheritance

  4. Hierarchical inheritance

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

This form of inheritance allows base class to be inherited into intermediate base class which can be further inherited to derived class forming chain of classes.