Q:

Which among the following is true for constructors overloading?

0

Which among the following is true for constructors overloading?


  1. Constructors can’t be overloaded
  2. Constructors can be overloaded using different signatures
  3. Constructors can be overloaded with same signatures
  4. Constructors can be overloaded with different return types

All Answers

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

 (b).Constructors can be overloaded using different signatures

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 constructors should be capable of creating ob... >>
<< The virtual function overrides ____________...