How do you define a class?
The methods and attributes belonging to a class are specified in a class definition.
private xcoord, ycoord, angle, colour
public procedure new(x, y, myAngle, myColour)
public procedure forward(steps)
(statements to calculate new position)