Object Oriented Software Engineering   View all facts   Glossary   Help
subject > practice > encapsulation
Next practice: information hiding    Up: practice    Previous practice: duplication of code   

encapsulation
subjectfact 
encapsulationallows changes to code to be more easily made since one can be confident that 'outsiders' are not relying on too many details2001-08-30 14:55:28.0
has definition Creating a module to contain some algorithm or data structure, thus hiding its details behind the module's interface2001-08-30 14:55:28.0
helps to achieve information hiding2001-08-30 14:55:28.0
is a subtopic of 2.7 - Concepts that Define Object Orientation2001-08-30 14:55:28.0
is a kind of practice2001-08-30 14:55:28.0