Re: Private, Protected methods in Obj C?
Re: Private, Protected methods in Obj C?
- Subject: Re: Private, Protected methods in Obj C?
- From: Ondra Cada <email@hidden>
- Date: Wed, 3 Apr 2002 23:24:46 +0200
On Wednesday, April 3, 2002, at 11:01 , email@hidden wrote:
Private
methods can't really be achieved
Actually they can -- a static function is just a private, non-inheritable
method in fact ;)
You just have to use self explicitly (as an argument) to access properties.
---
Ondra Cada
OCSoftware: email@hidden
http://www.ocs.cz
2K Development: email@hidden
http://www.2kdevelopment.cz
private email@hidden
http://www.ocs.cz/oc
_______________________________________________
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.