Objective C

Objective-C is a general-purpose, object-oriented programming language developed by Apple for building software applications on Apple platforms, such as iOS and macOS. It is based on the C programming language and adds syntax for defining classes, methods, and objects. Objective-C was traditionally used for iOS and macOS development before the introduction of Swift.

chevron-down