Java   View all facts   Glossary   Help
mechanism > abstraction mechanism
Next mechanismbinding    Upmechanism    Previous mechanismsynchronization   

abstraction mechanism comparison table
Subject have purpose be a benefit of separate allow helps has definition
encapsulationto allow users to view an object as a black box that provides services, because objects encapsulate data and implementation. the interface from the implementation of methodschanges to code to be more easily made since one can be confident that 'outsiders' are not relying on too many detailsto achieve information hidingCreating a module to contain some algorithm or data structure, thus hiding its details behind the module's interface
modularitysource code for an class can be written and maintained independently of the source code for other classesobject-oriented programming    

Next mechanismbinding    Upmechanism    Previous mechanismsynchronization