Science, asked by nencypatel7990, 7 months ago



1. How structures and classes in C++ differ?​

Answers

Answered by chimatajyothika
4

Answer:

I think this is your required answer

Attachments:
Answered by maddishivaprasadredd
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
Math, 11 months ago