Difference between revisions of "Objective-C"

From GNUstepWiki
Jump to navigation Jump to search
 
(Added a short description)
Line 1: Line 1:
Objective-C Language
+
Objective-C consists of a set of object-oriented extensions to the C language, featuring things like dynamic binding and a powerful runtime system. That makes Objective-C a superset of C.
 +
 
 +
Objective-C was created by [http://virtualschool.edu/cox/ Brad Cox].
 +
 
  
 
Some resources:
 
Some resources:

Revision as of 09:27, 21 September 2005

Objective-C consists of a set of object-oriented extensions to the C language, featuring things like dynamic binding and a powerful runtime system. That makes Objective-C a superset of C.

Objective-C was created by Brad Cox.


Some resources:

  1. Objective-C portal
  2. Apple Site: The Objective-C Programming Language
  3. Object-Oriented Programming and the Objective-C Language
  4. Objective-C FAQ