Pregunta de entrevista de Infosys

What is encapsulation?

Respuesta de la entrevista

Anónimo

15 de dic de 2018

Encapsulation is the process of hiding complex data from outside the world. Encapsulation is the example of code re usability. By using the class and method we can achieve the encapsulation. Used to solve the problem at implementation level.