Category:Objective-C: Difference between revisions

From Rosetta Code
Content added Content deleted
No edit summary
No edit summary
Line 8: Line 8:
|site=http://developer.apple.com/documentation/Cocoa/Conceptual/ObjectiveC/
|site=http://developer.apple.com/documentation/Cocoa/Conceptual/ObjectiveC/
|LCT=yes}}{{language programming paradigm|Object-oriented}}
|LCT=yes}}{{language programming paradigm|Object-oriented}}
[[wp:Objective-C|Objective-C]] is an [[object-oriented]] superset of the [[derived from::compatible with::C]] language. It mostly copies the message passing system from [[derived from::Smalltalk]]. It was popularized by NeXT, and then again by [[Apple Inc]] with [[Mac OS X]] and [[iOS]] to implement the [[Cocoa]] frameworks. Its main reference implementation is within the [[gcc]] compiler, maintained mostly by Apple.
[[derived from::C| ]]
[[wp:Objective-C|Objective-C]] is an [[object-oriented]] superset of the [[C]] language. It was popularized by NeXT, and then again by [[Apple Inc]] with [[Mac OS X]] to implement the [[Cocoa]] framework. Its main reference implementation is within the [[gcc]] compiler, maintained mostly by Apple.
<br clear=right>
<br clear=right>

Revision as of 01:48, 20 September 2011

Language
Objective-C
This programming language may be used to instruct a computer to perform a task.
Official website
Execution method: Compiled (machine code)
Garbage collected: Allowed
Parameter passing methods: By value
Type strength: Weak
Type expression: Explicit
Type checking: Static
See Also:
Listed below are all of the tasks on Rosetta Code which have been solved using Objective-C.

Objective-C is an object-oriented superset of the compatible with::C language. It mostly copies the message passing system from Smalltalk. It was popularized by NeXT, and then again by Apple Inc with Mac OS X and iOS to implement the Cocoa frameworks. Its main reference implementation is within the gcc compiler, maintained mostly by Apple.

Subcategories

This category has the following 3 subcategories, out of 3 total.

Pages in category "Objective-C"

The following 158 pages are in this category, out of 158 total.