Java View all facts Glossary Help |
principle > need-to-know principle |
need-to-know principle comparison table |
Subject | is a kind of | state | is a subtopic of |
---|---|---|---|
principle | kbTop | ||
need-to-know principle | principle | that you should restrict access to your classes to the instance variables and methods in public interfaces so that you can revise and improve the other instance variables and methods without worrying about whether other programmers have already come to depend on them | Programming |
Next principle: no-duplication principle Up: principle Previous principle: modularity principle