Home »
MCQs »
OOPs MCQs
In which type of inheritance the child or derived class inherits the features of the superclass and simultaneously this child class acts as a superclass for another derived class?
61. In which type of inheritance the child or derived class inherits the features of the superclass and simultaneously this child class acts as a superclass for another derived class?
- Hybrid inheritance
- Multiple inheritances
- Hierarchical inheritance
- Multilevel inheritance
Answer: D) Multilevel inheritance
Explanation:
In Multilevel inheritance, the child or derived class inherits the features of the superclass, and simultaneously these child class acts as a superclass for another derived class.