Show differencesHistory of post edits
#ActualNypyren
Posted 04 October 2012 - 02:30 PM
Setters and getters: Because they can be virtual in most languages. In C# they can have public get/protected set (as stated above) and also be specified as part of an interface.
#3Nypyren
Posted 04 October 2012 - 02:30 PM
Setters and getters: Because they can be virtual in most languages. In C# can have public get/protected set (as stated above) and also be specified as part of an interface.
#2Nypyren
Posted 04 October 2012 - 02:29 PM
Setters and getters: Because they can be virtual, and in C# can have public get/protected set and be specified as part of an interface.