Classes

C# is an Object-Oriented Programming language in which the programmer can develop software in modules. This is accomplished through treating data as **objects**. A class is like a blueprint or template of a specific object in which its properties, fields, events and methods are specified.

Table of Contents