Re: Private, Protected methods in Obj C?
Re: Private, Protected methods in Obj C?
- Subject: Re: Private, Protected methods in Obj C?
- From: email@hidden
- Date: Wed, 3 Apr 2002 16:01:55 EST
In a message dated 4/3/02 12:14:24 PM, email@hidden writes:
>
This is close to private methods in C++. Not not sure about an
>
equivalent for protected methods
I believe that the methods are still public, but if they aren't visible
publicly, then nobody knows to use them. This means that they will still be
inherited, and so they are actually similar to protected methods. Private
methods can't really be achieved, though they are generally unnecessary.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.