2010-09-27, 09:28 AM
Private doesn't mean it can't be seen/touched, it means it can only be seen touched within a reference to it's owner.
http://msdn.microsoft.com/en-us/library/...s.80).aspx
It prevents the value from being touched or manipulated outside the class itself, more or less.
http://msdn.microsoft.com/en-us/library/...s.80).aspx
It prevents the value from being touched or manipulated outside the class itself, more or less.

