Can a class have more than one function with all the default arguments?
(a) Yes, always
(b) Yes, if argument list is different
(c) No, because constructors overloading doesn’t depend on argument list
(d) No, never
This question was addressed to me by my college professor while I was bunking the class.
I'm obligated to ask this question of Constructors Overloading in section Default Arguments vs Overloading, Upcasting and Downcasting of Object Oriented Programming