An interface specifies the members of a class that must be supplied by any class that implements the interface. In PowerBuilder .NET, you can create interfaces from the New dialog box.
Because PowerScript has no concept of abstract classes, all methods, properties, events, and indexers defined in PowerBuilder .NET interfaces must be implemented by a PowerBuilder object class.