Subclassing dictionaries?
Subclassing dictionaries?
- Subject: Subclassing dictionaries?
- From: John Timmer <email@hidden>
- Date: Wed, 03 Sep 2003 23:08:33 -0400
Apple's documentation says:
NSDictionary and NSMutableDictionary are part of a class cluster, so the
objects you create with this interface are not actual instances of the these
two classes. Rather, the instances belong to one of their private
subclasses.
Given that, can NSDictionary and NSMutableDictionary be subclassed like any
other foundation object? If so, is there anything else special that I have
to do?
Any help is appreciated...
JT
_______________________________________________
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.
References: | |
| >beta testing (From: April Gendill <email@hidden>) |