By creating a method that uses instance fields and does not have the static keyword.
Instance methods are defined within a class and can use the object's fields and other instance methods. For instance, a `Product` class might have a `getPrice` method that returns the price, utilizing the instance field `price`.