📚 Practice Mode
C++(Programming)
Learn at your own pace with hints and detailed explanations
1 / 25
Multiple Choice
Why is there a need for virtual base class in hybrid/diamond inheritance?
Multiple inheritance: more than one class is derived from single base class.
Multilevel inheritance: single class is derived from many base classes.
- To avoid ambiguity
- For reusability
- For faster processing
- None of the above
- All 1, 2 and 3