What is meant by Encapsulation? Can you write a class to explain encapsulation?
Encapsulation is process binding data with an object. Object consists data and methods, where methods helps to extract or set data. All classes developed using OOPS concepts follow the encapsulation.