Methods

Methods are functions that manipulate the data associated with an object or perform some other operation relevant to the object. Methods may be public, thereby comprising the primary interface between the object and the outside world; however, methods may also be private, in which some methods support the work of other methods.

Methods. Shows an object that includes both public and private methods.