I know the difference of structs
and classes is that structs
has its public members by default, and that structs
belong to C (but nothing prevents from using in C ++).
In practice when creating an object for classes or a structure, who is the slowest? Which one will occupy more memory? Who has your fastest access?