Which Is The Correct Condition For The Default Arguments #1187
Which is the correct condition for the 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.
Which is the correct condition for the default arguments?
Those must be declared as last arguments in argument list
Those must be declared first in the argument list
Those can be defined anywhere in the argument list
Those are declared inside the function definition