Objective-C is a superset of the C programming language, meaning that it includes all of the features of C, plus additional object-oriented capabilities and a dynamic runtime. It also has a syntax similar to C, but with added features such as classes, methods, and message passing.