20/05/2020
PHP Back to Basics: Interface
🥁The interface allows the users to create programs, specifying the public methods that a class must implement, without involving the complexities and details of how the particular methods are implemented.
⚡️ https://bit.ly/phpinterface