Discussion :: Functions - C++
-
Which of the following statement is correct?
A.
Constructors can have default parameters.
|
B.
Constructors cannot have default parameters.
|
C.
Constructors cannot have more than one default parameter.
|
D.
Constructors can have at most five default parameters.
|
Answer : Option A
Explanation :
No answer description available for this question.
Be The First To Comment