Accessor methods are methods that access an object's ivars by either "getting" a value or "setting" a value.

A getter returns the ivar value.

A setter returns the ivar value.