A class is a kind of reference type.
The simplest possible class declaration is as follows:
class YourClassName
{
}
class can have the following modifiers
A class can also have generic type parameters, a base class, and interfaces
Within the braces class can have the following class members: