encapsulation
All > Technology > Programming > Java
- Safeguarding the state of an objects by defining its attributes as
privateand channeling access to them through accessor and mutator methods.
David J. Barnes - Cite This Source - This Definition - 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.
Sun Microsystems - Cite This Source - This Definition - class, classpath, functional programming, global variable, imperative programming, lexicographic ordering, locale, method
Also listed in: