Skip navigation.
 
mlRe: Just a simple general question...
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

Related mailsAuthorDate
mlJust a simple general question... john darnell May 26, 18:05
mlRe: Just a simple general question... Kyle Sluder May 26, 20:41
mlRe: Just a simple general question... Kyle Sluder May 26, 20:42