Interface Segmented Principle || Solider and Skater Example || SOLID Design

Описание к видео Interface Segmented Principle || Solider and Skater Example || SOLID Design

The Interface Segregation Principle (ISP) is one of the SOLID principles of object-oriented design. It states that no client should be forced to depend on methods it does not use. In other words, it encourages the creation of smaller, more specific interfaces rather than large, general-purpose ones. This reduces the impact of changes and promotes a more modular and maintainable codebase.

Check the working code at:
Github: https://github.com/gobiboy1/LLD/tree/...

#lowleveldesign #highleveldesign #java #spingboot #SOLID #principles

Комментарии

Информация по комментариям в разработке