Solved

Which of the Following Statements Is False

Question 4

Multiple Choice

Which of the following statements is false?


A) The default constructor does not initialize the class's fundamental-type data members, but does call the default constructor for each data member that's an object of another class.
B) A string's default constructor initializes the object to the empty string.
C) An uninitialized fundamental-type variable is implicitly initialized to zero.
D) If a class defines a constructor, the compiler will not create a default constructor for that class.

Correct Answer:

verifed

Verified

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

Related Questions