1. How structures and classes in C++ differ?
Answers
Answered by
4
Answer:
I think this is your required answer
Attachments:
Answered by
0
Answer:
The only difference between a struct and class in C++ is the default accessibility of member variables and methods. In a struct they are public; in a class they are private.
Explanation:
Please mark me as Brainliest Answers.
Similar questions
Science,
3 months ago
Social Sciences,
3 months ago
Chemistry,
7 months ago
Social Sciences,
7 months ago
Science,
11 months ago
History,
11 months ago