Re: VC# vs. ObjC and partial abstract classes
Re: VC# vs. ObjC and partial abstract classes
- Subject: Re: VC# vs. ObjC and partial abstract classes
- From: Jens Alfke <email@hidden>
- Date: Wed, 19 Mar 2014 07:54:08 -0700
On Mar 19, 2014, at 7:32 AM, Sixten Otto <email@hidden> 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 (email@hidden)
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:
This email sent to email@hidden