Object Oriented Software Engineering View all facts Glossary Help |
| subject > practice > privacy |
| privacy comparison table | ||||
| Subject | improve | allow | is a kind of | is a subtopic of |
|---|---|---|---|---|
| practice | subject | |||
| privacy | encapsulation by ensuring that only programmers working inside a class (or inside a package) can use all of its facilities | changes to code to be more easily made since one can be confident that 'outsiders' are not relying on too many details | practice | Programming Style Guidelines |
Next practice: restricting access Up: practice Previous practice: overriding