To use the functionality of an interface, create a class that implements the interface, or derive a class from one of the .NET Framework classes that implements the interface.
These types of PowerBuilder .NET objects can implement interfaces: custom class, standard class, custom visual, external visual, standard visual, window, and menu objects.
If an object class implements two interfaces that contain a member with the same signature, implementing that member in the class implements that member for both interfaces. Naming or identity conflicts are resolved by including the name of the interface with the name of the class member, separated by a dot.