Re: Just a simple general question...
Re: Just a simple general question...
- Subject: Re: Just a simple general question...
- From: "Kyle Sluder" <email@hidden>
- Date: Mon, 26 May 2008 14:41:32 -0400
On Mon, May 26, 2008 at 12:05 PM, john darnell
<email@hidden> wrote:
> Does Objective-C allow for anything similar?
Do you mean does Objective-C allow for method definitions inside class
definitions? No. Methods may only be declared inside an
@implementation block; they must be implemented inside an
@implementation block.
--Kyle Sluder
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden