3. |
A constructor in the base class:
|
|
A.
|
must be explicitly called by the derived class constructor
|
|
B.
|
is implicitly called by all derived class constructors with the same parameter list
|
|
C.
|
must be repeated (copied) into the derived class if it is needed
|
|
D.
|
may not be invoked explicitly
|