Question

Which of the following statements is false?
a. Each class can define a constructor for custom object initialization.
b. A constructor is a special member function that must have the same name as the class.
c. C++ requires a constructor call for every object that's created.
d. A constructor cannot specify parameters.

Answer

This answer is hidden. It contains 166 characters.