Question d’entretien chez PTC

what is the difference between struct and class ?

Réponse à la question d'entretien

Utilisateur anonyme

13 avr. 2025

class is for complex implementation , struct for simple declaration. class is used to create object.