Vidyalelo
Computer Science · Q276

Object Oriented Programming Using C++

Engineering and GATE · Computer Science · question 276

Q276

When you instantiate a derived class object, a constructor for the derived class _____

A.
is not called
B.
is called prior to the base class constructor
C.
is called simultaneously with the base class constructor
D.
None of the above
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board