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.
Tags:
SOILD 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.Our website uses cookies to improve your experience. Learn more
Ok