Question d’entretien chez New York Life

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

Réponse à la question d'entretien

Utilisateur anonyme

27 nov. 2017

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