Is structure a part of class in c++ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Is structure a part of class in c++

19th Feb 2017, 5:32 PM
Radhika Bhatia
Radhika Bhatia - avatar
3 Answers
+ 2
thank you michael
19th Feb 2017, 7:10 PM
Radhika Bhatia
Radhika Bhatia - avatar
+ 1
nyc
19th Feb 2017, 5:44 PM
Tarun Verma
Tarun Verma - avatar
0
a structure is like a class, but instead of having private or protected variables. everything in a struct is public!
19th Feb 2017, 7:01 PM
Michael Szczepanski
Michael Szczepanski - avatar