Vidyalelo
C++ Programming · Q9

Object Oriented Programming in C++

Programming · C++ Programming · question 9

Q9

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

A.
They can be overloaded
B.
They are used to destroy objects
C.
They are called explicitly by the programmer
D.
They are automatically called when an object is created
Answer

Answer: Option D

Solution

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