Question 2

Question: Which of the following statements is true when a derivation inherits both a virtual and non-virtual instance of a base class?
  1. Each base class object has derived objects only from the non-virtual instance.
  2. Each base class object has derived objects only from the virtual instance.
  3. Each derived class object has base objects only from the virtual instance.
  4. Each derived class object has base objects only from the non-virtual instance.
  5. 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