Share:

Glossary / Lexicon

What is object orientation?

12/06/2022 | By: FDS
Object-oriented programming (OOP) is a programming paradigm based on the use of "objects", which are a combination of data and behavior. Objects are defined by classes that contain attributes (data) and methods (behavior). Objects can interact with each other by invoking methods to modify other objects or obtain information. These interactions make it possible to write programs that are more flexible, reusable, and scalable.
Like (0)
Comment