All > Technology > Programming > Java
The part of a class definition that implements some of the behavior of objects of the class. The body of the method contains declarations of local variables and statements to implement the behavior. A method receives input via its arguments, if any, and may return a result if it has not been declared as
void
.A function defined in a class. See also instance method, class method. Unless specified otherwise, a method is not static.
Also listed in:
- All > Law > Forensic Science
- All > Law > Intellectual Property > Patent
- All > Technology > Programming > Perl