Methods define behavior and operations on objects.
Methods are blocks of code that perform specific tasks in a class. They define how objects behave and interact. For example, a `Product` class might have a method to apply a discount, altering its price based on a percentage.