Solved

Which Statement Is False

Question 12

Multiple Choice

Which statement is false?


A) The compiler always creates a default constructor for a class.
B) If a class's constructors all require arguments and a program attempts to call a no-argument constructor to initialize an object of the class, a compilation error occurs.
C) A constructor can be called with no arguments only if the class does not have any constructors or if the class has a public no-argument constructor.
D) None of the above.

Correct Answer:

verifed

Verified

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

Related Questions