Difference between revisions of "Objective C"
From Teknologisk videncenter
Line 2: | Line 2: | ||
*Objective C is an extension of the C programming language, which came on the scene at about the same time as C's other Object Oriented offspring, C++. | *Objective C is an extension of the C programming language, which came on the scene at about the same time as C's other Object Oriented offspring, C++. | ||
*Objective C was intially developed to work with NeXT's NeXTSTEP OS (and the NS prefixes on many of the language's class names come through this route). | *Objective C was intially developed to work with NeXT's NeXTSTEP OS (and the NS prefixes on many of the language's class names come through this route). | ||
− | Apple now makes extensive use of Objective C, as the main language for developing OSX and iOS applications, including use as the foundation of the Cocoa Programming Framework. | + | *Apple now makes extensive use of Objective C, as the main language for developing OSX and iOS applications, including use as the foundation of the Cocoa Programming Framework. |
*[http://www.otierney.net/objective-c.html Comprehensive tutorial on the fundamentals of the Objective C language] | *[http://www.otierney.net/objective-c.html Comprehensive tutorial on the fundamentals of the Objective C language] | ||
*[http://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/ObjectiveC/Introduction/introObjectiveC.html Apple introduction to Objective C] | *[http://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/ObjectiveC/Introduction/introObjectiveC.html Apple introduction to Objective C] | ||
*[http://developer.apple.com/technologies/mac/cocoa.html Apple Cocoa Framework] | *[http://developer.apple.com/technologies/mac/cocoa.html Apple Cocoa Framework] | ||
[[Category:Objective C]] | [[Category:Objective C]] |
Revision as of 12:37, 11 January 2012
Objective C
- Objective C is an extension of the C programming language, which came on the scene at about the same time as C's other Object Oriented offspring, C++.
- Objective C was intially developed to work with NeXT's NeXTSTEP OS (and the NS prefixes on many of the language's class names come through this route).
- Apple now makes extensive use of Objective C, as the main language for developing OSX and iOS applications, including use as the foundation of the Cocoa Programming Framework.
- Comprehensive tutorial on the fundamentals of the Objective C language
- Apple introduction to Objective C
- Apple Cocoa Framework