تقييمات الطلاب
( 5 من 5 )
١ تقييمات
فيديو شرح #6 Dependency Inversion Principle in PHP [Arabic] lesson 6 of 7 ضمن كورس SOLID Principles شرح قناة Ramy Hakam، الفديو رقم 6 مجانى معتمد اونلاين
SOLID Principles is one of the most important software principles
Code Repository:
https://github.com/Z-Team-Pro/SOLID-in-php-crash-course
Roles:
Dependency Inversion principle
Entities must depend on abstractions not on concretions. It states that the high level module must not depend on the low level module, but they should depend on abstractions