Vidyalelo
C++ Programming · Q53

Constructors and Destructors in C++

Programming · C++ Programming · question 53

Q53

Which of the following constructors are provided by the C++ compiler if not defined in a class?

A.
Default constructor
B.
Assignment constructor
C.
Copy constructor
D.
All of the mentioned
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board