Pregunta de entrevista de FDM Group

What is encapsulation in Java?

Respuesta de la entrevista

Anónimo

27 jul 2024

Encapsulation is how we protect our application from being modified by the user by setting fields in a class to private.