Skip to content

Object-oriented programming#

Object-Oriented Programming (OOP) is a programming paradigm based on the concept of “objects”, which can contain data and code. The data is in the form of fields (often known as attributes or properties), and the code is in the form of procedures (often known as methods).

Read more on Wikipedia.

Books#