Instance methods can access instance fields and modify the object's state. For example, in a `CartItem` class, the `calculateLineTotal` method computes the total cost based on the item's quantity and price, using its instance fields.
Additional Notes
How would you explain an instance method in an interview?