Instances methods in a class C are intended to carry out operations on instances of C
Such operations modify the state of instances of C, and may also extract information from instances of C
modifiers return-type method-name(formal-parameter-list){ statements }