Override methods in an Objective C Class

Posted by Thomas Joulin on Stack Overflow See other posts from Stack Overflow or by Thomas Joulin
Published on 2010-04-03T10:14:14Z Indexed on 2010/04/03 10:23 UTC
Read the original article Hit count: 482

Filed under:
|
|

Hi,

Why can't I do this, and how could I perform the same behavior in Objective C ?

@interface Test
{

}

- (void)test:(Foo *)fooBar;
- (void)test:(Bar *)fooBar;

@end

Thanks in advance !

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about runtime