Difference between revisions of "Objective-C"
Jump to navigation
Jump to search
(Added a short description) |
m (Linked language to use in GNUstep) |
||
Line 1: | Line 1: | ||
− | 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 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. It is the main programming language used to program with GNUstep. |
Objective-C was created by [http://virtualschool.edu/cox/ Brad Cox]. | Objective-C was created by [http://virtualschool.edu/cox/ Brad Cox]. |
Revision as of 02:59, 22 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. It is the main programming language used to program with GNUstep.
Objective-C was created by Brad Cox.
Some resources: