Fwd: Can I subclass NSMutableArray?
Fwd: Can I subclass NSMutableArray?
- Subject: Fwd: Can I subclass NSMutableArray?
- From: Gerben Wierda <email@hidden>
- Date: Fri, 23 Aug 2002 01:32:23 +0200
Forget about it, I was able to find the documentation on Class Clusters
which I was not able to find at first.
Sorry about the bandwidth use.
G
Begin forwarded message:
From: Gerben Wierda <email@hidden>
Date: Fri Aug 23, 2002 01:24:20 Europe/Amsterdam
To: email@hidden
Subject: Can I subclass NSMutableArray?
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?
G
_______________________________________________
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.