Mega Code Archive

 
Categories / C# Tutorial / Class
 

Class Fundamentals

A class is a template that defines the form of an object. A class specifies both the data and the code that will operate on that data. Objects are instances of a class. The methods and variables that constitute a class are called members of the class.