Question

Q4 [C++11]: Which of the following is true?
a. The only way to define a constructor in a class is to explicitly define one.
b. If you define any constructors with arguments, the compiler will also define a default constructor.
c. If you define any constructors with arguments, the compiler will not define a default constructor.
d. You cannot explicitly create constructors.

Answer

This answer is hidden. It contains 86 characters.