Re: Newbie doc question
Re: Newbie doc question
- Subject: Re: Newbie doc question
- From: Chris Hanson <email@hidden>
- Date: Fri, 2 Nov 2001 23:42:18 -0600
At 10:58 AM -0600 11/1/01, Irwin Poche wrote:
Can someone tell me what the formal name for messages (such as floatValue
and makeKeyAndOrderFront) in objective-C are called.
In the statement "[foo doSomething];" doSomething is a "message".
The compiler turns doSomething into an object called a "selector"
which is sent to the object foo. Code that responds to the message
represented by the selector is a "method".
-- Chris
--
Chris Hanson | Email: email@hidden
bDistributed.com, Inc. | Phone: +1-847-372-3955
Making Business Distributed | Fax: +1-847-589-3738
http://bdistributed.com/ | Personal Email: email@hidden