Objective-C

Object-oriented programming language used on Apple platforms.

Obj-C

Objective-C is an object-oriented programming language that combines the features of Smalltalk with the C programming language. It was widely used for developing applications on Apple platforms such as macOS and iOS prior to the introduction of Swift. Objective-C utilizes message passing syntax and features a dynamic runtime environment.

Built by Tim Jones