Creating an abstract class in Objective C

Posted by Jonathan Arbogast on Stack Overflow See other posts from Stack Overflow or by Jonathan Arbogast
Published on 2009-06-23T18:42:25Z Indexed on 2010/03/21 10:41 UTC
Read the original article Hit count: 557

Filed under:
|

I'm originally a Java programmer who now works with Objective-C. I'd like to create an abstract class but that doesn't appear to be possible in Objective-C. Is this possible?

If not, how close to an abstract class can I get in Objective-C?

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about abstract-class