Java   View all facts   Glossary   Help
principle > need-to-know principle
Next principleno-duplication principle    Upprinciple    Previous principlemodularity principle   

need-to-know principle
subjectfact 
need-to-know principleis a subtopic of Programming2001-10-19 11:37:28.0
is a kind of principle2001-10-19 11:37:28.0
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 themadded by: JK, source: On To Java, 2001-10-19 11:37:28.0