State The Benefits of Encapsulation
To hide the details of a class, you can declare that data or implementation in the private part of class so that other class clients will not be able to know about. It will have the capability to change the representation of an abstraction (algorithms, data structures) without disturbing any of its clients. The main benefit of encapsulation is that you.