Question d’entretien chez iDirect

1. what is the difference between structures and classes in cpp

Réponse à la question d'entretien

Utilisateur anonyme

18 nov. 2010

there is no difference except classes have all its members and functions as private by default whereas structures have its data public by default.