Object-oriented programming, or OOP, is a programming paradigm that represents concepts as "objects" that have data fields (the attributes that describe the object) and associated procedures known as methods.
Objects, which are usually instances of classes, are used to interact with one another to design applications and computer programs.
Some examples of object-oriented programming languages are C++ and Java.
The investigation of these concepts allow me to have a better understanding of the object-oriented programming, in order to prepare myself for the Software Development Fundamentals exam.