Version: 4.0.2
1.3 interface
interface Id {Signature ...}
Creates an interface named Id that specifies a set of method signatures for classes to implement.
Type Id (Type Id ,...) ;
The signature specifies a method named Id, expecting the listed arguments. All classes implementing the (scheme interface) must contain a method with the same name, return type, and argument types.