Object Oriented Software Engineering View all facts Glossary Help |
subject > practice > encapsulation |
encapsulation | ||||
subject | fact |
encapsulation | allows changes to code to be more easily made since one can be confident that 'outsiders' are not relying on too many details | |
has definition Creating a module to contain some algorithm or data structure, thus hiding its details behind the module's interface | ||
helps to achieve information hiding | ||
is a subtopic of 2.7 - Concepts that Define Object Orientation | ||
is a kind of practice |