interface
interface
NAME { METHOD-DECL ... }
This form creates an interface with the given name. interface
NAME extends
NAME , NAME ... { METHOD-DECL ... }
This from creates an interface with the given name that extends the named interfaces.
ProfessorJ Intermediate Language