Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 196 Bytes

7.17.md

File metadata and controls

1 lines (1 loc) · 196 Bytes

The only difference between struct and class is the default access level. The members defined before the first access specifier are public in struct, while those are private in class.