Interface Segregation Principle
ISP:
-
- The dependency of one class to another one should depend on the smallest possible interface. (http://www.objectmentor.com/resources/articles/isp.pdf)
See also:
One of the PrinciplesOfObjectOrientedDesign.
CategoryModelingLawsAndPrinciples