Which of the following statements is true when a derivation inherits both a virtual and non-virtual instance of a base class ?

A) Each derived class object has base objects only from the non virtual instance
b) Each base class object has derived objects only from the non-virtual instance
c) Each derived class object has base objects only from the virtual instance
d) Each derived class object has a base object from the virtual instance and a base object from non-virtual instance.
This question is related to BirlaSoft Interview

Showing Answers 1 - 4 of 4 Answers

Priyanka Bhardwaj

  • Aug 9th, 2005
 

Answer is (a).

  Was this answer useful?  Yes

rajasekhar reddy lekkala

  • Jan 26th, 2006
 

ans: a

  Was this answer useful?  Yes

mansi bagga

  • Jun 14th, 2006
 

it shud be c

  Was this answer useful?  Yes

durai

  • Feb 21st, 2007
 

its d

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions