Chapter 5. Defining Encapsulated Class Types

In the previous two chapters, you investigated a number of core syntactical constructs that are commonplace to any .NET application you may be developing. Here, you will begin your examination of the object-oriented capabilities of C#. The first order of business is to examine the process of building well-defined class types that support any number of constructors. Once you understand the basics of defining classes and allocating objects, the remainder of this chapter will examine the role of encapsulation. Along the way you will understand how to define class properties as well as the role of static fields and members, read-only fields, and constant data. We wrap up by examining the role of XML code ...

Get Pro C# 2008 and the .NET 3.5 Platform, Fourth Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.