Class vs Structures | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Class vs Structures

What is class vs Structures?

17th Jul 2019, 12:12 PM
Shakil Hassan
Shakil Hassan - avatar
1 Answer
+ 2
For classes, member variables, member functions and subclasses are private by default, while for structures they are public by default. Here is another discussion regarding the topic: https://www.sololearn.com/discuss/1378/?ref=app
17th Jul 2019, 12:25 PM
Shadow
Shadow - avatar