Classes

Classes

This chapter introduced the fundamental ingredients of any C# program. The next chapter expands upon classes, which is the most important of those ingredients. It is hard to envision a functional or nontrivial C# program without at least one class. Classes are the nouns of the C# language, and it is certainly difficult to write a great story without any nouns. It is doubly difficult to write a C# program without classes.