// Automatically set to "Intertech Training" via static constructor.
static void Main(string[] args)
{
Console.WriteLine("These folks work at {0}", Employee.Company);
}
To wrap up the examination of encapsulation using C# properties, understand that these syn-
tactic entities are used for the same purpose as traditional accessor (get)/mutator (set) methods.
The benefit of properties is that the users of your objects are able to manipulate the internal data
point using a single named item.
■
Note
In Chapter 13 you will examine a new C# 2008 construct called automatic properties. This feature allows
you to define a property definition and the related private member variable using a very concise syntax.
C H A P T E R 5
■
D E F I N I N G E N C A P S U L AT E D C L A S S T Y P E S
172
8849CH05.qxd 10/22/07 1:34 PM Page 172
Do'stlaringiz bilan baham: |