What is encapsulation?
Encapsulation means to coat, bind or resurface asbestos-containing materials with a product that will surround or embed the asbestos to prevent the release of fibers. Encapsulation is not suitable for all types of asbestos-containing material (ACM) and the decision to repair ACM with encapsulation should be made by a professional.
Ans : Encapsulation is the ability to hide the internal workings of an object’s behavior and its data. For instance, let’s say you have a object named Bike and this object has a method named start(). When you create an instance of a Bike object and call its start() method you are not worried about what happens to accomplish this, you just want to make sure the state of the bike is changed to ‘running’ afterwards. This kind of behavior hiding is encapsulation and it makes programming much easier.