Re: only defined for abstract class
Re: only defined for abstract class
- Subject: Re: only defined for abstract class
- From: Pontus Ilbring <email@hidden>
- Date: Tue, 4 Oct 2005 21:29:37 +0200
On 10/4/05, Francis Derive <email@hidden> wrote:
> How do you understand that ? Can't "addObject:" be found in the super
> class of "SousClasse" - that is NSMutableArray ?
>
> @interface SousClasse : NSMutableArray {
> Class laClasse;
> }
> - (id) init;
> - (id) initWithClass:(Class) aClass;
> @end
NSMutableArray is an abstract class.
http://developer.apple.com/documentation/Cocoa/Conceptual/CocoaObjects/Articles/ClassClusters.html
_______________________________________________
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