#interface-segregation
Read more stories on Hashnode
Articles with this tag
The Interface Segregation Principle (ISP) is one of the SOLID principles in object-oriented design. It states that a class should not be forced to...
The SOLID principles are a set of guidelines for designing software that is easy to manage and extend. They were introduced by Robert C. Martin and...