Go backward to Object Variables
Go up to Fundamentals of Object Oriented Programming (OOP)
Go forward to Commands

Methods

A method is a piece of code associated with an object. Usually the method has something to do with modifying a variable inside the object, though this need not always be so. Methods can be invoked by commands or other methods.

[give example of how to create and modify a method]


Neale Pickett <zephyr@nmt.edu>

Prev Up Next