If there is a constructor with all the default arguments and arguments are not passed then _________________
(a) The default values given will not be used
(b) Then all the null values will be used
(c) Then all the default values given will be used
(d) Then compiler will produce an error
This question was posed to me in homework.
I need to ask this question from Constructors Overloading topic in section Default Arguments vs Overloading, Upcasting and Downcasting of Object Oriented Programming