+**Object-Oriented Design** (OOD) is a [software design](/wiki/software_design) approach that structures code around discrete units of data and their associated behaviors, rather than just logic. It emphasizes the creation of reusable, modular components called [objects](/wiki/object), which encapsulate data and the methods that operate on it, fostering clarity and maintainability in complex systems.
+## See also
+- [Object-oriented programming](/wiki/object_oriented_programming)
+- [Class](/wiki/class)
+- [Abstraction](/wiki/abstraction)
... 1 more lines