Interface Segregation Principle (ISP)
A SOLID design principle stating that no client should be forced to depend on methods it does not use, favoring small, specific interfaces …
A SOLID design principle stating that no client should be forced to depend on methods it does not use, favoring small, specific interfaces …