Q:

If a function have all the default arguments but still some values are passed to the function then ______________

0

If a function have all the default arguments but still some values are passed to the function then ______________


  1. The function will use the values passed to it
  2. The function will use the default values as those are local
  3. The function can use any value whichever is higher
  4. The function will choose the minimum values

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

 (a).The function will use the values passed to it

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

OBJECT ORIENTED PROGRAMMING - OVERLOADING MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
What function will be called with the independent ... >>
<< Which among the following function can be called w...