Encapsulation

In this lesson, you'll get familiar with one component of data hiding, encapsulation.

We'll cover the following...

Definition

Encapsulation is a pillar of the object-oriented programming paradigm and is used to achieve data hiding.

Encapsulation in OOP refers to binding the data and the methods manipulating that ...