Class Fundamentals : Class Definition : Class C# Examples


C# Examples » Class » Class Definition »

 

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.




HTML code for linking to this page:

Follow Navioo On Twitter

C# Examples

 Navioo Class
» Class Definition