Method defines the behavior of the objects that are created from the class.
A Method is an action that an object is able to perform. The association between Method and class is called binding.
Methods are sometimes confused with functions, but they are distinct. Function is independent and NOT associated to a Class. (Unlike a Method).
Methods are often packaged into Loadable Modules (Software libraries)