PHP OOP Interfaces.

In PHP we can create Interfaces to defined the blueprint for the class implementing it. Interfaces allow you to specify what methods a class should implement.

Code :