Domanda di colloquio di Infosys

What is encapsulation?

Risposta di colloquio

Anonimo

15 dic 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.