Data Structures and Algorithms
with Object-Oriented Design Patterns in C# |
A C# class encapsulates a set of values and a set of operations. The values are represented by the fields of the class and the operations by the methods of the class. In C# a class definition introduces a new type. The instances of a class type are called objects.