Solved

Which of the Following Statements Is False

Question 19

Multiple Choice

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.

Correct Answer:

verifed

Verified

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

Related Questions