Solved

Which of the Following Statements Is False

Question 13

Multiple Choice

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.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions