Q:

If the constructors are overloaded by using the default arguments, which problem may arise?

0

If the constructors are overloaded by using the default arguments, which problem may arise?


  1. The constructors might have all the same arguments except the default arguments
  2. The constructors might have same return type
  3. The constructors might have same number of arguments
  4. The constructors can’t be overloaded with respect to default arguments

All Answers

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

(a).The constructors might have all the same arguments except the default arguments

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 is true ?... >>
<< How many parameters must be passed if only the fol...