quartz/content/Article&Books/books/Dive into Design Patterns.md
2024-09-29 00:08:36 +03:00

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