What is encapsulation?

Submitted by: Administrator
The localization of knowledge within a module. Because objects encapsulate data and implementation, the user of an object can view the object as a black box that provides services. Instance variables and methods can be added, deleted, or changed, but as long as the services provided by the object remain the same, code that uses the object can continue to use it without being rewritten. See also instance variable, instance method.
Submitted by: Administrator

Read Online J2SE Job Interview Questions And Answers