Practice: Interfaces
In the "Interfaces – the next level of abstraction" tutorial, we learned how and when to use interfaces in our PHP code.
In the following exercise, we will be guided through the process of writing our own code which uses an interface to commit the classes that implement it to come up with concrete classes.