Preview
The Interface Segregation Principle states that clients should not be forced to depend on interfaces they don't use. Many client-specific interfaces are better than one general-purpose interface.
Sign in to read the full chapter.
Checking access…