On Mar 19, 2014, at 7:32 AM, Sixten Otto <hims...@sfko.com> wrote: > (I'm hard pressed to think of much use for such a "pure" abstract class, > though; what could you do with such a thing that couldn't be done with > interfaces.)
"Pure abstract class" is a C++ term. It's the C++ equivalent of an interface. It's impossible to make such a class in Java because it would have to inherit from Object, which would make it not purely abstract. —Jens _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com