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