Home »
MCQs »
OOPs MCQs
This is the type of inheritance in which the implementation of a superclass is incomplete
66. This is the type of inheritance in which the implementation of a superclass is incomplete.
- Single inheritance
- Virtual inheritance
- Multiple inheritances
- Hybrid inheritance
Answer: B) Virtual inheritance
Explanation:
Virtual inheritance is a type of inheritance in which the implementation of a superclass is incomplete.