Re: Multiple Inheritance
Re: Multiple Inheritance
- Subject: Re: Multiple Inheritance
- From: Jens Alfke <email@hidden>
- Date: Thu, 24 May 2012 09:51:56 -0700
On May 24, 2012, at 4:15 AM, Gerriet M. Denkmann wrote:
> How do I avoid duplicating method implementations using a protocol?
You don't, other than by using techniques like the ones I described. Protocols are just for the convenience (and type-safety) of the _users_ of a class; they don't really simplify the implementation.
—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