Question

Which of the following statements is false?
a. A constructor that specifies a single parameter should be declared implicit.
b. A constructor does not specify a return type, because constructors cannot return values.
c. Constructors cannot be declared const (because initializing an object modifies it).
d. None of the above statements is false.

Answer

This answer is hidden. It contains 143 characters.