Q. Which of the following is true about constructors in C++?
β
Correct Answer: (D)
All of the above
Explanation: Constructors in C++ have the same name as the class, do not have a return type, and are automatically invoked when an object is instantiated.