تقييمات الطلاب
( 5 من 5 )
١ تقييمات
فيديو شرح #4 Liskov substitution principle in PHP [Arabic] lesson 4 of 7 ضمن كورس SOLID Principles شرح قناة Ramy Hakam، الفديو رقم 4 مجانى معتمد اونلاين
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.