Re: OT: Meaning of .m extension
Re: OT: Meaning of .m extension
- Subject: Re: OT: Meaning of .m extension
- From: Dietrich Epp <email@hidden>
- Date: Sun, 23 Nov 2003 02:47:02 -0800
On Nov 23, 2003, at 2:28 AM, Florent Pillet wrote:
Except that you got it wrong, because in the Objective C terminology,
we call these "selectors" and not "methods". Makes a difference, and
".s" is already taken ;-)
The selector is how you choose a method.
[foo doSomething]
Uses the selector 'doSomething' to call foo's method for doSomething.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.