hit counter

Timeline

My development logbook

Abstract Base Class Support in Objective-c

Basically, there is no support of Abstract base class in objective-c.

The handling is similar to what you can do in python (pre-2.6): inside the supposedly abstract class method throws an exception.