Method
From Erights
(Difference between revisions)
Kevin Reid (Talk | contribs) |
(qualify, category) |
||
| Line 1: | Line 1: | ||
A '''method''' is a program defining a particular object's reaction to a [[message]]. | A '''method''' is a program defining a particular object's reaction to a [[message]]. | ||
| - | + | In [[E]], an object usually selects from its methods based on the [[verb]] and [[arity]] of the message. | |
| + | |||
| + | [[Category:ELib specification]] | ||
Latest revision as of 02:56, 2 July 2008
A method is a program defining a particular object's reaction to a message.
In E, an object usually selects from its methods based on the verb and arity of the message.

