Programming - Concept
Method
A function that belongs to a particular object or class
What's it for?
Defines an action that a particular kind of object in a program can perform.
For example…
A customer object has a method called changeAddress that updates the address stored for that customer