What is Interface Segregation Principle?

v The Interface Segregation (ISP) states that a class should not be forced to implement interfaces that it does not use.

v It is better to have multiple smaller interfaces than larger interfaces.
 

Post a Comment

Previous Post Next Post