What are default arguments?
(a) Arguments which are not mandatory to be passed
(b) Arguments with default value that aren’t mandatory to be passed
(c) Arguments which are not passed to functions
(d) Arguments which always take same data value
I got this question in final exam.
My enquiry is from Default Arguments in chapter Default Arguments vs Overloading, Upcasting and Downcasting of Object Oriented Programming