Re: Why the need for the id type?
Re: Why the need for the id type?
- Subject: Re: Why the need for the id type?
- From: "Shawn Erickson" <email@hidden>
- Date: Mon, 18 Jun 2007 14:07:07 -0700
On 6/18/07, Wagner Truppel <email@hidden> wrote:
Hi everyone,
I apologize if this isn't directly related to Cocoa, but I suddenly
realized that I don't understand why id should be necessary. Why
isn't NSObject (or some other root class) enough?
NSObject is a Cocoa framework concept. Objective-C is not bound to Cocoa.
Additionally even within Cocoa not all objects inherit from NSObject
(some just conform to the NSObject protocol).
-Shawn
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden