MCQ Practice

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

Correct Answer: D