What is encapsulation?
Utilisateur anonyme
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.