FROM : Kyle Sluder
DATE : Mon May 26 20:41:32 2008
On Mon, May 26, 2008 at 12:05 PM, john darnell
<john.<email_removed>> 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
DATE : Mon May 26 20:41:32 2008
On Mon, May 26, 2008 at 12:05 PM, john darnell
<john.<email_removed>> 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
| Related mails | Author | Date |
|---|---|---|
| john darnell | May 26, 18:05 | |
| Kyle Sluder | May 26, 20:41 | |
| Kyle Sluder | May 26, 20:42 |






Cocoa mail archive

