CSC/ECE 506 Fall 2007/wiki3 4 sm: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
 
(→‎Interface Segregation principle: Introduction to concept)
Line 1: Line 1:
== Interface Segregation principle ==
== Interface Segregation principle ==
The Interface Segregation principle states that " Clients should not be forced to depend upon interfaces that they do not use."[1]
[1] http://doodleproject.sourceforge.net/articles/2001/interfaceSegregationPrinciple.html

Revision as of 21:15, 19 November 2007

Interface Segregation principle

The Interface Segregation principle states that " Clients should not be forced to depend upon interfaces that they do not use."[1]

[1] http://doodleproject.sourceforge.net/articles/2001/interfaceSegregationPrinciple.html