Object Oriented

1 revision
#11 week ago
+7
Auto-generated stub article
+**Object Oriented**
+Object-oriented programming (OOP) is a [programming paradigm](/wiki/programming_paradigm) built around the concept of "[objects](/wiki/object)", which can contain data and code. It structures software by bundling data with the methods that operate on that data, often through the use of [classes](/wiki/class), aiming for modular and reusable design.
+## See also
+- [Inheritance](/wiki/inheritance)
+- [Polymorphism](/wiki/polymorphism)
... 2 more lines