Re: NSArray losing its data
Re: NSArray losing its data
- Subject: Re: NSArray losing its data
- From: Ondra Cada <email@hidden>
- Date: Sun, 17 Nov 2002 22:05:54 +0100
On Sunday, November 17, 2002, at 08:40 , Finlay Dobbie wrote:
1) initWithCapacity is a NSMutableArray -only instance method.
That's not true. Where you got the impression from?
I think he meant that initWithCapacity is only available from
NSMutableArray, and not NSArray.
Well, if so, he expressed it quite a bad way. So far as I understand plain
English, the sentence can be interpreted two ways:
(a) NSMutableArray has no other instance method but initWithCapacity:
(b) there is no other class than NSMutableArray which has the
initWithCapacity: method.
Both (a) and (b) are quite wrong.
---
Ondra Cada
OCSoftware: email@hidden
http://www.ocs.cz
private email@hidden
http://www.ocs.cz/oc
_______________________________________________
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.