Definition of Objective c

FOLDOC
Objective C
<language> An object-oriented superset of ANSI C by Brad Cox, Productivity Products. Its additions to C are few and are mostly based on Smalltalk. Objective C is implemented as a preprocessor for C. Its syntax is a superset of standard C syntax, and its compiler accepts both C and Objective C source code (filename extension ".m").
It has no operator overloadingmultiple inheritance, or class variables. It does have dynamic binding. It is used as the system programming language on the NeXT. As implemented for NEXTSTEP, the Objective C language is fully compatible with ANSI C.
Objective C can also be used as an extension to C++, which lacks some of the possibilities for object-oriented design that dynamic typing and dynamic binding bring to Objective C. C++ also has features not found in Objective C.
Versions exist for MS-DOSMacintoshVAX/VMS and Unix workstations. Language versions by StepstoneNeXT and GNU are slightly different.
There is a library of (GNU) Objective C objects by R. Andrew McCallum mccallum@cs.rochester.edu with similar functionality to Smalltalk's Collection objects. It includes: Set, BagArray, LinkedList, LinkList, CircularArray, QueueStackHeap, SortedArray, MappedCollector, GapArray and DelegateList. Version: Alpha Release. ftp://iesd.auc.dk/pub/ObjC/.
See also: Objectionable-C.
["Object-Oriented Programming: An Evolutionary Approach", Brad Cox, A-W 1986].
(1999-07-10)

Search Dictionary:
Search Web Search Dictionary



Objective C definition was found in categories: Language, Idioms & Slang(1)  Encyclopedia(1)  

Objective C Definition from Language, Idioms & Slang Dictionaries & Glossaries

hEnglish - advanced version
objective c

objective c
objective line (perspective), a line drawn on the geometrical plane which is represented or sought to be represented...
see objective



Objective C Definition from Encyclopedia Dictionaries & Glossaries

Wikipedia English - The Free Encyclopedia
Objective-C
Objective-C, often referred to as ObjC and sometimes as Objective C or Obj-C, is a reflectiveobject-oriented programming language which adds Smalltalk-style messaging to C.

Today it is used primarily on Mac OS X and GNUstep, two environments based on the OpenStep standard, and is the primary language used for the NeXTSTEP, OPENSTEP, and Cocoa application frameworks. Generic Objective-C programs that do not make use of these libraries can also be compiled for any system supported by gcc, which includes an Objective-C compiler.


See more at Wikipedia.org...