What is the difference bw class and structure. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What is the difference bw class and structure.

3rd Sep 2017, 6:11 AM
ketan ravat
ketan ravat - avatar
3 Answers
+ 8
The syntax and functionality of both are same The main difference that exists between them is regarding the access modifier; the members of a class are private by default, whereas members of a struct are public by default. A class in C++ is just an extension of a structure .
3rd Sep 2017, 6:13 AM
P R
P R - avatar
3rd Sep 2017, 6:58 AM
Lakshay
Lakshay - avatar
0
thnx guys
3rd Sep 2017, 2:34 PM
ketan ravat
ketan ravat - avatar