The Objective-C language is a superset of ANSI C with special syntax and run-time extensions that make object-oriented programming possible. Objective-C syntax is uncomplicated but powerful in its simplicity. You can mix standard C with Objective-C code.
The following sections summarize some of the basic aspects of the language. See The Objective-C 2.0 Programming Language for details.
Messages and Method Implementations
Declarations
Last updated: 2007-10-31