
July 13th, 2005, 09:00 AM
|
|
Utility Bot
|
|
Join Date: Feb 2004
Posts: 906
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Behind the Scenes Look at C#: Properties
Without properties you define your fields as public (not private). By
doing that, you give client code access to the fields and allow it
to modify the values as much as they want. In this article we will discuss
coding techniques without properties, with properties, and more.
Read the full article here: Behind the Scenes Look at C#: Properties
For more discussion go here: Blog Article Discussion
|