FROM : Sheehan Olver
DATE : Wed Nov 20 22:55:44 2002
What if the class definition is split into multiple categories, which
is used in a lot of cocoa class definition (ex. NSString is divided
into categories NSStringPathExtensions, NSArrayPathExtensions, etc)?
How can you ensure your implementation and not cocoa's is used?
On Wednesday, November 20, 2002, at 11:28 AM,
<email_removed> wrote:
>
> - there's a catch though: if the method itself came from another
> category (or if more categories override the same method, which is more
> or less the same), the selection of the method which will be used to
> respond to the appropriate message is essentially random (matter of
> fact, it's the one of the category loaded last);
_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
DATE : Wed Nov 20 22:55:44 2002
What if the class definition is split into multiple categories, which
is used in a lot of cocoa class definition (ex. NSString is divided
into categories NSStringPathExtensions, NSArrayPathExtensions, etc)?
How can you ensure your implementation and not cocoa's is used?
On Wednesday, November 20, 2002, at 11:28 AM,
<email_removed> wrote:
>
> - there's a catch though: if the method itself came from another
> category (or if more categories override the same method, which is more
> or less the same), the selection of the method which will be used to
> respond to the appropriate message is essentially random (matter of
> fact, it's the one of the category loaded last);
_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
| Related mails | Author | Date |
|---|---|---|
| Ondra Cada | Nov 20, 02:33 | |
| Ondra Cada | Nov 20, 03:24 | |
| Marco Binder | Nov 20, 12:23 | |
| Ondra Cada | Nov 20, 14:54 | |
| Andreas Mayer | Nov 20, 15:50 | |
| Clark S. Cox III | Nov 20, 20:46 | |
| Marcel Weiher | Nov 20, 22:39 | |
| Sheehan Olver | Nov 20, 22:55 | |
| Ondra Cada | Nov 20, 23:03 |






Cocoa mail archive

