Author Archives: compitionpoint - Page 27

Properties

Properties are the C# standard for accessing private data members inside a class. They may behave like normal fields, but properties have getters which gets the value of the private data and setters which sets a value…
Continue Reading