Question

Q1: An explicit constructor:
a. Cannot be called outside of the class it is declared in.
b. Can be implicitly called by the compiler to perform a data type conversion.
c. Does not initialize its class's data members.
d. Must take exactly one argument.

Answer

This answer is hidden. It contains 29 characters.