In object-oriented programming an argument is a value passed from one function to another. Methods can take one or more arguments, or none at all. Arguments can be optional, in which case you do not have to enter anything for an argument. If an argument is optional, all arguments following it are also optional.
Copyright 2001 Sun Microsystems, Inc. All rights reserved. Legal Notice.