
| isr.co.ro : glossary - Method
- In an object-oriented language (such as Sun Microsystem's Java) in which programs are built out of largely self-contained building blocks, a procedure an object executes when it receives a message.
You might think of a method as a skill the object knows how to do. By design, only the inputs and outputs of a method are supposed to be visible from the outside of the object. 
|