What Are Default Arguments #1186
What are default arguments?
This multiple choice question (MCQ) is related to the book/course gs gs111 OOP Object Oriented Programming Java. It can also be found in gs gs111 Default Arguments vs Overloading, Upcasting and Downcasting - OOPs MCQ: Default Arguments - Quiz No.1.
What are default arguments?
Arguments which are not mandatory to be passed
Arguments with default value that aren’t mandatory to be passed
Arguments which are not passed to functions
Arguments which always take same data value