Question d’entretien chez CN

What is the difference between struct and class

Réponse à la question d'entretien

Utilisateur anonyme

24 avr. 2015

struct is a value type. class is a reference type. struct cannot have parameterless constructor. struct does not have use to use to declare. struct does not support inherenced