Category:Objective-C: Difference between revisions

From Rosetta Code
Content added Content deleted
(Added features)
(Goes to machine code)
Line 1: Line 1:
{{language|Objective-C
{{language|Objective-C
|exec=machine
|strength=weak
|strength=weak
|express=explicit
|express=explicit
|checking=static
|checking=static
|gc=yes}}
|gc=yes}}Objective C is an [[object-oriented]] superset of the [[C]] language. It was popularized by NeXT, and then again by Apple with [[Mac OS X]] to implement the [[Cocoa]] framework. Its main reference implementation is within the [[gcc]] compiler, maintained mostly by Apple.
Objective C is an [[object-oriented]] superset of the [[C]] language. It was popularized by NeXT, and then again by Apple 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>

Revision as of 08:25, 31 July 2009

Language
Objective-C
This programming language may be used to instruct a computer to perform a task.
Execution method: Compiled (machine code)
Garbage collected: Yes
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 C language. It was popularized by NeXT, and then again by Apple with Mac OS X to implement the Cocoa framework. 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.