INTERFACES

Reference

Syntax

INTERFACES ifac
  { { [ABSTRACT METHODS meth1 meth2 ...]
      [FINAL METHODS meth1 meth2 ...] }
    | [ALL METHODS {ABSTRACT|FINAL}] }
  [DATA VALUES attr1 = val1 attr2 = val2 ...].


Effect

Includes an interface in the public visibility section of a class or in another interface.

Additions