Click here to download Java Encapsulation Video
Author:javavids.blogspot.com
Encapsulation is the methodology of hiding certain elements of the implementation of a class but providing a public interface for the client software.
Wrapping up of data and methods into a single unit is called encapsulation. When the instance variable are called with in an object they are binded and becomes unit of data.
Encapsulation is a programming concept that a language should support in order to separate an object's state from its behavior.STC Technologies
ReplyDelete