Pergunta de entrevista da empresa Infosys

What is encapsulation?

Resposta da entrevista

Sigiloso

15 de dez. 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.