Pregunta de entrevista de Avanade

What is encapsulation?

Respuesta de la entrevista

Anónimo

12 nov 2012

In my words: Encapsulation is restricting access of code. Having restrictions prevents access from the outside world. This prevents code from being seen and not allowing it to be changed by other classes.