In this video guys, we demonstrate and explain the need to design or implement ISP (Interface Segregation Principle) in our software application development and not spaggethie code :( ISP states that a client should not be forced to implement an interface that is will never use or interface that is irrelevant to it.