Default Arguments Are #1194
Default arguments are _________________________
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.
Default arguments are _________________________
Only allowed in the parameter list of the function declaration
Only allowed in the return type of the function declaration
Only allowed with the class name definition
Only allowed with the integer type values