Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in interface-segregation-principle

Interface segregation and single responsibility principle woes

Interface Segregation Principle and default methods in Java 8

Inheritance and Interface segregation principle

Can Interface Segregation Principle be applied to Python objects?

Is the Composite Pattern SOLID?

The difference between liskov substitution principle and interface segregation principle

Design pattern for default implementation with empty methods

Is Interface segregation principle only a substitue for Single responsibility principle?

What is the reasoning behind the Interface Segregation Principle?

In SOLID, what is the distinction between SRP and ISP? (Single Responsibility Principle and Interface Segregation Principle)