Home » C++ Programming » Classes & Objects » Question
  1. When struct is used instead of the keyword class means, what will happen in the program?
    1. access is protected by default
    2. access is public by default
    3. access is private by default
    4. All of above
    5. None of these
Correct Option: B

access is public by default



Your comments will be displayed only after manual approval.