A mutable object is an object whose state can be changed after creation. Mutability allows efficient updates but requires careful handling in concurrent environments. Many data structures are mutable by default. Example: Modifying elements in a list.