Lockheed Martin interview question

Difference between struct and class

Interview Answer

Anonymous

30 May 2023

Struct is ported from C language and default members are public; class was created with c++ and default is private.

1