System Design ( Day - 39 )
SOLID Principles | Interface Segregation Principle
ISP ( Interface Segregation principle )Many client specific interface are better than one general purpose interface, client should not be forced to implement methods they don’t need.
Like if the chil...
systemdesignbymanoj.hashnode.dev1 min read