Question Detail
A virtual base class ?
- is qualified as virtual in base class definition.
- do not qualified as virtual in base class definition.
- allows to inherit more than one copy of the base class members.
- strict the path of inheritance.
Answer: Option A