Jobs

Java OOPS : What is Encapsulation?

Encapsulation is a technique used for hiding the properties and
behaviors of an object and allowing outside access only as
appropriate. It prevents other objects from directly altering or
accessing the properties or methods of the encapsulated object.