Q32
Which of the following statements is true about constructors in C++?
A.
Constructors can have a return type
B.
Constructors cannot be overloaded
AnswerC.
Constructors can be called explicitly
D.
Constructors can be virtual
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board