Sanakirja
Tekoälykääntäjä
Kuvat 1

(programming) A programming paradigm that uses hierarchies of objects, instantiated from templates called classes, to design applications and computer programs.

UML notation for a class. This Button class has variables for data, and functions. Through inheritance, a subclass can be created as a subset of the Button class. Objects are instances of a class.