Defining a class
-anotherMethod: (type) v {
- Based on the interface the object file contains the implementation of the class
- Methods are essentially C functions, same rules about return values and arguments, local vars
- If return type of method is not defined value must return an id (self)