Showing posts with label Encapsulation in java. Show all posts
Showing posts with label Encapsulation in java. Show all posts

Tuesday, 11 October 2011

Java Encapsulation video free download















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.