Q:

Which is correct condition for the default arguments?

0

Which is correct condition for the default arguments?


  1. Those must be declared as last arguments in argument list
  2. Those must be declared first in the argument list
  3. Those can be defined anywhere in the argument list
  4. Those are declared inside the function definition

All Answers

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

 (a).Those must be declared as last arguments in argument list

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
If a member function have to be made both zero arg... >>
<< What are default arguments?...