Re: Re: Objective-C and it's future
Re: Re: Objective-C and it's future
- Subject: Re: Re: Objective-C and it's future
- From: "Shawn Erickson" <email@hidden>
- Date: Fri, 7 Jul 2006 17:41:07 -0700
On 7/7/06, Rob Ross <email@hidden> wrote:
I'm just learning Obj-C myself, so maybe my understanding is not
correct. But, don't you actually have the option to use static typing
in certain instances, and use dynamic typing in others?
Eg:
id myStr;
vs
NSString *myStr;
Won't the second version give you the benefits of static typing
(compiler time checking)?
So my understanding is you can have the best of both worlds. Or have
I misunderstood something?
Correct.
-Shawn
_______________________________________________
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