Vidyalelo
C++ Programming · Q32

Constructors and Destructors in C++

Programming · C++ Programming · question 32

Q32

Which of the following statements is true about constructors in C++?

A.
Constructors can have a return type
B.
Constructors cannot be overloaded
Answer
C.
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