The implicit return type of a constructor is
A
void
B
A class object in which it is defined.
C
There is no return type.
D
None of the above
Correct Answer: A class object in which it is defined.