Q. The implicit return type of a constructor is
β
Correct Answer: (B)
A class object in which it is defined.
Explanation: Constructors are special methods in Java used to create objects of a class.