×

Objective-C

High-level programming language
Objective-C is a high-level general-purpose, object-oriented programming language that adds Smalltalk-style messaging to the C programming language. Originally developed by Brad Cox and Tom Love in the early 1980s, it was selected by NeXT for its... Wikipedia
Filename extensions: h,.m,.mm,.M
First appeared: 1984; 40 years ago
Stable release: 2.0
Typing discipline: Static, dynamic, weak
People also ask
Objective-C is a high-level general-purpose, object-oriented programming language that adds Smalltalk-style messaging to the C programming language.
Apr 23, 2013 · The Objective-C language is a simple computer language designed to enable sophisticated object-oriented programming. Objective-C is defined ...
Objective-C is a general-purpose, object-oriented programming language that adds Smalltalk-style messaging to the C programming language.
Sep 17, 2014 · About Objective-C. Objective-C is the primary programming language you use when writing software for OS X and iOS. It's a superset of the C ...
Apr 6, 2010 · Objective-C is nothing but a thin layer(a bit thicker with 2.0) of syntactic sugar for message passing on top of standard C. Even the most basic ...
Feb 20, 2024 · Yes. I maintain some open source Mac apps in my spare time (and even develop new ones from time to time) using Objective-C. I've known and used ...
May 17, 2009 · I think ObjC has been isolated to the Apple world through a quirk of history and the nature of proprietary systems.
Objective-C from builtin.com
Dec 22, 2022 · Objective C used to be the go-to language for developing iOS and OS X applications with the Cocoa API and Cocoa Touch environment.