A Admin • 833K Points Coach Q. Which of the following statements about constructors in C++ is false? (A) A constructor has the same name as the class. (B) A constructor does not have a return type. (C) A constructor can be private. (D) A constructor must be explicitly called when creating an object. Correct Answer - Option(D) Views: 18 Filed under category C++ Hashtags: Share Manage Tags
Discusssion
Login to discuss.