A mutator method is a method that changes a variable inside a class (generally private or protected variables). While technically mutators can change the variables in any way, in general I believe...