encapsulation


Encapsulation is when information about an object, such as the structure of its data and the implementation of its methods is stored (hidden) inside the object, and can only be manipulated when the object is ordered to perform its operations/methods. The terms encapsulation and information hiding are often interchangeable.


Course References:

Encapsulation