Re: Private Methods
Re: Private Methods
- Subject: Re: Private Methods
- From: Uli Kusterer <email@hidden>
- Date: Tue, 18 Aug 2015 17:09:33 +0200
On 18 Aug 2015, at 16:58, Richard Charles <email@hidden> wrote:
> Also why does Apple say "If you are subclassing a large Cocoa framework class”. What if I am subclassing a small Cocoa framework class. What difference would it make?
Statistics. Small classes probably only consist of the public API, or maybe even just of getters and setters. OTOH large classes are very likely to have more methods "under the hood" to implement all the functionality they provide.
Cheers,
-- Uli Kusterer
"The Witnesses of TeachtText are everywhere..."
_______________________________________________
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