If A Function Have All The Default Arguments But Still Some #1190
If a function have all the default arguments but still some values are passed to the function then ______________
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.
If a function have all the default arguments but still some values are passed to the function then ______________
The function will use the values passed to it
The function will use the default values as those are local
The function can use any value whichever is higher
The function will choose the minimum values