INTERFACE - DEFERRED, LOAD

Short Reference

Syntax

INTERFACE intf { {DEFERRED [PUBLIC]} | LOAD }.

Effect

These two variants of the INTERFACE statement are used to declare the interface intf independently of the location of the actual definition in the program. They do not introduce a declaration section nor can they be completed using ENDINTERFACE. The meaning of the two additions is the same as for the corresponding variants of the CLASS statement.