Home » C++ Programming » Classes & Objects » Question
  1. How many constructors can present in a class?
    1. 1
    2. 2
    3. multiple
    4. 3
    5. None of these
Correct Option: C

There can be multiple constructors of the same class, provided they have different signatures.



Your comments will be displayed only after manual approval.