What is a method?
A method is a set of program instructions, grouped together in a special way and given a name as a group.
The instructions can be executed by the object to cause it to do something that it is asked to do.
In OOP-speak, we say that we can send a message to an object asking it to execute one of its methods.