filmov
tv
php Classes: What are interfaces and How to use them

Показать описание
Interfaces are a technique to decouple two modules from each other so that if a module is replaced by something new, it does not disturb the overall application. Interface thus helps to write code independent of tight integration that make projects brittle.