C#C
C#3y ago
Tin

❔ Please can someone explain me the point of using Automatic Properties get; set;

From what I understood, automatic properties get; set; should be used instead of public fields in classes (even though they do the same thing). If I want to customize properties later I can't use automatic properties anymore... So what is the point of using them?
Was this page helpful?