Here is a typical class definition as it might appear in Object Pascal. The class Card is declared as a new type. The keyword object indicates that this is an object declaration. There are three internal data values associated with each instance of the class, three procedures, and four functions.