Take a breath
So, objects (like c, as declared in Coordinate c) have a type -- the type is the object�s class (here: Coordinate)
Classes have methods and fields
- fields are data variables associated with a class and its objects
- methods contain the executable code of a class