Q. If default constructor is not defined, then how the objects of the class will be created?
β
Correct Answer: (C)
Compiler provides its default constructor to build the object.