Student Reviews
( 5 Of 5 )
1 review
Video of #4 Liskov substitution principle in PHP [Arabic] lesson 4 of 7 in SOLID Principles course by Ramy Hakam channel, video No. 4 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:
Liskov Substitution principle
Let “A” be a parent class and “B” is The child class From A .Then let “C” use “B” If we Change “B” with “A” in “C “ class The implementation in “C” should not Change.