c#: what is the point in having a purely public property
- by Craig Johnston
What is the point in having a property inside a class that simply get and sets a member variable?
What practical difference would be there to just making the variable public?