Pregunta de entrevista de Synechron

What is encapsulation?

Respuesta de la entrevista

Anónimo

16 sep 2016

Encapsulation in Java is a mechanism of wrapping the data (variables) and code acting on the data (methods) together as a single unit.