Re: Introductions to OOP? [was: Re: Large over 100K pixel high ruler scroll view]
Re: Introductions to OOP? [was: Re: Large over 100K pixel high ruler scroll view]
- Subject: Re: Introductions to OOP? [was: Re: Large over 100K pixel high ruler scroll view]
- From: Andreas Mayer <email@hidden>
- Date: Fri, 02 Sep 2011 20:22:57 +0200
Am 02.09.2011 um 19:04 schrieb Jens Alfke:
> I’d like to be able to point people to a good introduction, either online or in a book, but unfortunately I don’t know of any. Can anyone recommend something?
How about Apple's documentation?
Object-Oriented Programming with Objective-C
http://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/OOP_ObjC/Articles/ooOOP.html
Of course it focuses on Objective-C and introduces some concepts that may not be found in certain languages while it ignores others that Objective-C lacks. But I think that will be true, no matter what language you use as an example. And the basic concepts are not that hard anyway. What is difficult is to learn to think in objects. Reminds me of Valve's Portal: "Now you are thinking with portals." ;)
> Another common stumbling block seems to be nib loading, and the concept of wiring up your non-view objects
Resource Programming Guide
http://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/LoadingResources/Introduction/Introduction.html
Andreas_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please 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