Q. Constructors are functions that return a new object as its value.
β
Correct Answer: (A)
True
Explanation: A constructor has the same name as the object name. Constructor method defined by the system is applicable to each and every object.