Q:

If a member function have to be made both zero argument and parameterized constructor, which among the following can be the best option?

0

If a member function have to be made both zero argument and parameterized constructor, which among the following can be the best option?


  1. Two normal and one default argument
  2. At least one default argument
  3. Exactly one default argument
  4. Make all the arguments default

All Answers

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

(d).Make all the arguments default

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
Which among the following function can be called w... >>
<< Which is correct condition for the default argumen...