Printer Friendly
The Free Dictionary
990,430,259 visitors served.
?
Dictionary/
thesaurus
Medical
dictionary
Legal
dictionary
Financial
dictionary
Acronyms
 
Idioms
Encyclopedia
Wikipedia
encyclopedia
?

method
(redirected from concomitant variation method)

   Also found in: Dictionary/thesaurus, Medical, Legal, Wikipedia, Hutchinson 0.01 sec.

In object technology, a method is the processing that an object performs. When a message is sent to an object, the method is implemented. See object-oriented programming.


(programming)method - The name given in Smalltalk and other object-oriented languages to a procedure or routine associated with one or more classes. An object of a certain class knows how to perform actions, e.g. printing itself or creating a new instance of itself, rather than the function (e.g. printing) knowing how to handle different types of object.

Different classes may define methods with the same name (i.e. methods may be polymorphic). The term "method" is used both for a named operation, e.g. "PRINT" and also for the code which a specific class provides to perform tha t operation.

Most methods operate on objects that are instances of a certain class. Some object-oriented languages call these "object methods" to distinguish then from "class methods".

In Smalltalk, a method is defined by giving its name, documentation, temporary local variables and a sequence of expressions separated by "."s.

?Page tools
Printer friendly
Cite / link
Email
Feedback
? Mentioned in
 
Encyclopedia browser? ? Full browser
 
 
Encyclopedia
?

Disclaimer | Privacy policy | Feedback | Copyright © 2008 Farlex, Inc.
All content on this website, including dictionary, thesaurus, literature, geography, and other reference data is for informational purposes only. This information should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. Terms of Use.