Mutable objects are objects whose state can be changed after they are created. This means that their values can be modified during program execution.
Mutable Objects cheat sheet for homework
Immutable Objects: Objects whose state cannot be changed after they are created.
Reference Variables: Variables that store references (memory addresses) of objects rather than actual object values.
Methods that allow modification of the state or attributes of an object.