November 2017
Beginner
316 pages
6h 40m
English
The object-oriented programming (OOP) paradigm is a representation of real-world entities, where everything is an object and we modify the state of an object using a behavior or methods.
The OOP paradigm places the focus on objects. These objects belong to a particular class. Classes have specific methods that objects can use. As objects are real-world entities, they are encapsulated, containing data and the methods that can change the state of this data.
The object-oriented programming paradigm is based on four major principles:
Read now
Unlock full access