Styrow.dev
Question 31 of 247
Java Topic: General medium

What is Encapsulation?

Question

What is Encapsulation?

Answer

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.