Discussion :: Object Oriented Programming Using C++
-
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 : Option D
Explanation :
No answer description available for this question.
Be The First To Comment