Re: Abstract objects (Newbie)
Re: Abstract objects (Newbie)
- Subject: Re: Abstract objects (Newbie)
- From: Finlay Dobbie <email@hidden>
- Date: Tue, 5 Feb 2002 18:36:58 +0000
On Tuesday, February 5, 2002, at 05:36 PM, Steve Bird wrote:
I've tried separate alloc and initWithString methods, same result.
Why is it abstract?
How do I "Create a concrete instance"?
Where in the docs is this explained?
Look for documentation on class clusters: when you are initialising an
NSString, you're actually handling an instance of NSSimpleCString or
something similar.
-- Finlay
_______________________________________________
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.