Lockheed Martin interview question

Difference between struct and class

Interview Answer

Anonymous

May 30, 2023

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

1