Re: Private Method?
Re: Private Method?
- Subject: Re: Private Method?
- From: Graham Cox <email@hidden>
- Date: Tue, 08 Nov 2011 12:33:56 +1100
On 08/11/2011, at 12:16 PM, Don Quixote de la Mancha wrote:
> no method would be private.
True, but Public/Private is really more of a way to organise your code for its use by other humans. The compiler can enforce it to a degree, but the real reason for having private methods is to hide them from users of your code.
--Graham_______________________________________________
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