Re: only defined for abstract class
Re: only defined for abstract class
- Subject: Re: only defined for abstract class
- From: Nick Zitzmann <email@hidden>
- Date: Thu, 6 Oct 2005 07:29:16 -0600
On Oct 6, 2005, at 1:47 AM, Francis Derive wrote:
- (id) objectAtIndex:(unsigned) index {
theObject = [super objectAtIndex:index];
I'm not an expert at class clustering, but I don't think you can
invoke the superclass of a class cluster subclass in one of its
primitive methods, because the superclass method doesn't actually do
anything except raise exceptions. If you want to do something like
the above, then try encapsulating an NSArray inside the subclass and
call on that instead. That ought to work.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden