Object Oriented Software Engineering   View all facts   Glossary   Help
subject > practice > encapsulation
Next practiceinformation hiding    Uppractice    Previous practiceduplication of code   

encapsulation comparison table
Subject allow is a kind of is a subtopic of helps has definition
practice subject   
encapsulationchanges to code to be more easily made since one can be confident that 'outsiders' are not relying on too many detailspractice2.7 - Concepts that Define Object Orientationto achieve information hidingCreating a module to contain some algorithm or data structure, thus hiding its details behind the module's interface

Next practiceinformation hiding    Uppractice    Previous practiceduplication of code