Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 165 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 165 Bytes

Interface Segregation Principle(ISP):

Actually, This principle suggests that

“A client should not be forced to implement an interface that it does not use”