Object Oriented Software Engineering   View all facts   Glossary   Help
subject > practice > privacy
Next practicerestricting access    Uppractice    Previous practiceoverriding   

privacy comparison table
Subject improve allow is a kind of is a subtopic of
practice  subject 
privacyencapsulation by ensuring that only programmers working inside a class (or inside a package) can use all of its facilitieschanges to code to be more easily made since one can be confident that 'outsiders' are not relying on too many detailspracticeProgramming Style Guidelines

Next practicerestricting access    Uppractice    Previous practiceoverriding