Question d’entretien chez Microsoft

Describe the difference between a struct and class.

Réponses aux questions d'entretien

Utilisateur anonyme

23 janv. 2013

A struct cannot be inherited.

Utilisateur anonyme

17 févr. 2013

In C++ members of a struct are assumed public and members of a class are assumed private