Definition: A Method is a function that is attached to a particular class. The method has access to manipulate the properties of objects belonging to the class but unlike functions is only accessible to objects belonging to the class to which the method is attached.
Also Known As: member function

