File:Oop-uml-class-example.svg · Wikimedia Commons · See Wikimedia Commons
object-oriented programming
Sign in to saveAlso known as OOP
programming paradigm based on the concept of objects
Object-oriented programming is a way of writing software that organizes code around "objects" — bundles of data and functions that work together — rather than just sequences of instructions. This approach helps programmers manage large, complex programs more effectively by breaking them into organized, reusable pieces.
AI-generated from the Wikipedia summary — may contain errors.
Wikidata facts
Show 2 more facts
- Stack Exchange tag
- proofassistants.stackexchange.com/tags/oop
- Commons category
- Object-oriented programming
via Wikidata · CC0
~29 min read
Article
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.
Object-oriented programming (OOP) is a programming paradigm based on objects – software entities that encapsulate data and function(s). An OOP computer program consists of objects that interact with one another. An OOP language is one that provides object-oriented programming features, but as the set of features that contribute to OOP is contested, classifying a language as OOP – and the degree to which it supports OOP – is debatable. As paradigms are not mutually exclusive, a language can be multi-paradigm (i.e. categorized as more than only OOP).
Gallery (2)
Available in 81 languages
- Español
- Français
- Deutsch
- 中文
- 日本語
- Русский
- Português
- Italiano
- العربية
- हिन्दी
- Afrikaans
- Albanian
- Armenian
- Asturian
- Azerbaijani
- Bahasa Indonesia
- Bangla
- Basque
Show 62 more
- be_x_old
- Belarusian
- Bosnian
- Bulgarian
- Burmese
- Catalan
- Central Kurdish
- Croatian
- Czech
- Danish
- Esperanto
- Estonian
- Filipino
- Finnish
- Galician
- Georgian
- Greek
- Hebrew
- Hungarian
- Icelandic
- Ido
- Iloko
- Kara-Kalpak
- Kazakh
- Kyrgyz
- Latin
- Latvian
- Lithuanian
- Macedonian
- Malay
- Malayalam
- Marathi
- Mongolian
- Moroccan Arabic
- Nederlands
- Norwegian
- Norwegian Nynorsk
- Piedmontese
- Polski
- Romanian
- Rusyn
- Serbian
- Serbian (Latin)
- Sicilian
- simple
- Sinhala
- Slovak
- Svenska
- Swahili
- Tajik
- Tamil
- Tiếng Việt
- Türkçe
- Ukrainian
- Urdu
- Uzbek
- Wu Chinese
- zh_min_nan
- zh_yue
- فارسی
- ไทย
- 한국어
via Wikidata sitelinks · CC0