Defining Methods
A method is group of (related) statements that carry out a specified function.
A method is associated with a particular class and it specifies a behavior or functionality of the class.
A method definition specifies the code to be executed when the method is invoked/activated/called.