An Overview of the Objective-C Foundation Framework

From Techotopia
Revision as of 16:10, 2 November 2009 by Neil (Talk | contribs) (New page: In previous chapters of ]]Objective-C 2.0 Essentials]] we have covered the concept of object-oriented programming in considerable detail. So far, however, we have focused almost exclusivel...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

In previous chapters of ]]Objective-C 2.0 Essentials]] we have covered the concept of object-oriented programming in considerable detail. So far, however, we have focused almost exclusively on the how to create and work with our own classes and objects within Objective-C programs.

Now that we have firm understanding of how to work with objects we can now apply what we have learned to using a set of pre-existing classes that are provided with Objective-C to make our jobs as programmers much easier. These classes belong to the Foundation Framework.

The Foundation Framework

The Objective-C Foundation