What is encapsulation?
Sigiloso
Encapsulation is typically referring to an object oriented programming concept. Encapsulation in OO programming is the concept of enclosing behavior and state (information) to an object that is predefined to the class that the object belongs to.