Java View all facts Glossary Help |
principle > need-to-know principle |
need-to-know principle | ||||
subject | fact |
need-to-know principle | is a subtopic of Programming | |
is a kind of principle | ||
states 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 |