● Instance methods take advantage of an object's state.
– Some methods allow clients to access/modify its state.
● accessor: A method that lets clients examine object state.
– Accessors often have a non-void return type.
● mutator: A method that modifies an object's state.