Loading subject…
Encapsulation
The practice of putting the data describing something and the methods that act on that data inside a single class.
Object-oriented programming (OOP)
A paradigm that builds a program out of objects, each one bundling the data describing something with the operations that act on that data.