UX Recorder: Screen capturing software for iOS. Learn more.

Glossary » object-oriented programming

object-oriented programming

(OOP) a programming technique and a characteristic of programming languages often associated with graphical user interfaces. Object-oriented programming treats data items as “objects” belonging to a category of related objects with similar functionality called a “class”. Classes are organized in a hierarchy such that classes inherit properties and functionality from their parents in the hierarchy.