Re: Can I subclass NSMutableArray?
Re: Can I subclass NSMutableArray?
- Subject: Re: Can I subclass NSMutableArray?
- From: Nathan Day <email@hidden>
- Date: Sat, 24 Aug 2002 19:30:18 +0930
You can subclass NSArray but it's not straight forward, read up on
cluster classes in the Apple Doc's, you should probable try find another
way to do what you wan to do.
On Friday, August 23, 2002, at 08:54 AM, Gerben Wierda wrote:
I have subclassed NSMutableArray. But when I try to access the count:
method in my subclass, I get:
2002-08-23 01:02:53.942 i-Installer[24420] *** -count only defined for
abstract class. Define -[II2TaskSet count]!
But whatever I do (using [super count] or whatever) I get this message.
Can I subclass NSMutableArray? Is NSMutableArray an 'abstract
superclass' and if so, can I subclass its actual implementation in some
way?
Nathan Day
http://homepage.mac.com/nathan_day/
_______________________________________________
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.