Question: Which of the following statements is true when a
derivation inherits both a virtual and non-virtual instance of a base
class?
- Each base class object has derived objects only from the
non-virtual instance.
- Each base class object has derived objects only from the virtual
instance.
- Each derived class object has base objects only from the virtual
instance.
- Each derived class object has base objects only from the
non-virtual instance.
- Each derived class object has a base object from the virtual
instance and a base object from non-virtual instance.
Leo Liberti
2008-01-12