mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-31 00:34:05 -06:00
415 B
415 B
#algorithm #programinglang #software-engineering
Chapter 1 OOP Object Oriented Programming
Object-oriented programming is a paradigm based on the concept of wrapping pieces of data, and behavior related to that data, into special bundles called objects, which are constructed from a set of “blueprints”, defined by a programmer, called classes.
- OOP Pillars OOP#Key Concepts of OOP#