Interface
An interface is a contract that lists the methods a class must provide, without saying how they work. Any class that fulfils it can be used interchangeably.
An interface is a contract that lists the methods a class must provide, without saying how they work. Any class that fulfils it can be used interchangeably.