Student Reviews
( 5 Of 5 )
1 review
Video of #5 Interface Segregation principle in PHP [Arabic] lesson 5 of 7 in SOLID Principles course by Ramy Hakam channel, video No. 5 free certified online
SOLID Principles is one of the most important software principles
Code Repository:
https://github.com/Z-Team-Pro/SOLID-in-php-crash-course
Roles:
Interface Segregation principle
A client should never be forced to implement an interface that it doesn't use or clients shouldn't be forced to depend on methods they do not use