Microsoft Store
 

Objective-C


 

Objective-C, often referred to as ObjC or more seldom as Objective C or Obj-C, is a reflective, object oriented programming language implemented as an extension to C.

Related Topics:
Reflective - Object oriented - Programming language - C

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

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 object-oriented 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.

Related Topics:
Mac OS X - GNUstep - OpenStep - NeXTSTEP - Cocoa - Gcc

~ ~ ~ ~ ~ ~ ~ ~ ~ ~