New York Life interview question

The difference between a struct and a class in C++

Interview Answer

Anonymous

Nov 27, 2017

By default, a struct's data members are public but a class' data members are private.