×

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.
Jun 6, 2012 · The documents there are the definitive source for Objective-C and Cocoa best practices and coding standards. There are many more documents on a ...
Apr 23, 2019 · It's best known with Javascript and other weakly-typed languages, but Objective-C does provide more freedom than Java (and exposes abilities ...
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 ...
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 ...
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 this programming ...