Which is the correct statement for default constructors?
(a) The constructors with all the default arguments
(b) The constructors with all the null and zero values
(c) The constructors which can’t be defined by programmer
(d) The constructors with zero arguments
This question was addressed to me in semester exam.
The origin of the question is Constructors Overloading in section Default Arguments vs Overloading, Upcasting and Downcasting of Object Oriented Programming