C++(Programming)

Casual Mode - Take your time!

1 / 25
Correct
0
Incorrect
0
Score
0%
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.

  1. To avoid ambiguity
  2. For reusability
  3. For faster processing
  4. None of the above
  5. All 1, 2 and 3
Change Mode