Objective-C
An object-oriented programming language variant of the C language. It differs significantly from C++ in providing late-binding for method calls by default, single-inheritance, and syntax borrowed from Smalltalk.This page is linked from: C language Inheritance TOM