Home » C++ Programming » Classes & Objects » Question
  1. Constructors are used to
    1. construct the data members
    2. initialize the objects
    3. both construct the data members & initialize the objects
    4. structure
    5. None of these
Correct Option: B

Once the object is declared means, the constructor are also declared by default.



Your comments will be displayed only after manual approval.