Interfaces An interface groups a set of methods acting on a user-defined type. Understanding interfacesThis is an introduction to interfaces.INTERFACEAn interface is defined by a list of methods for a type.INTERFACE usageExamplesInterface usage examples.