Which among the following is false for a constructor?
(a) Constructors doesn’t have a return value
(b) Constructors are always user defined
(c) Constructors are overloaded with different signature
(d) Constructors may or may not have any arguments being accepted
This question was addressed to me during an interview for a job.
The origin of the question is Overloading Constructors topic in portion Constructors and Destructors of Object Oriented Programming