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: 581
objective-c
|abstract-class
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