Which among the following is true for constructors overloading?
(a) Constructors can’t be overloaded
(b) Constructors can be overloaded using different signatures
(c) Constructors can be overloaded with same signatures
(d) Constructors can be overloaded with different return types
I have been asked this question during an interview.
My question is based upon Constructors Overloading in division Default Arguments vs Overloading, Upcasting and Downcasting of Object Oriented Programming