Q. Which of the following statements about constructors in C++ is false?
β
Correct Answer: (D)
A constructor must be explicitly called when creating an object.
Explanation: A constructor is automatically called when an object is instantiated.