Q. If the default constructor is not defined, how will the objects of the class be created?
β
Correct Answer: (C)
The compiler provides its default constructor to build the object.
Explanation: If we define our own constructor, the compiler does not create the default constructor.