Java View all facts Glossary Help |
syntactic unit > definition > interface definition |
interface definition comparison table |
Subject | have syntax | have example | has definition | have purpose | is a subtopic of | is a kind of | have part |
---|---|---|---|---|---|---|---|
definition | A statement that reserves storage (for data) or provides implementation (for methods). | Variables and Data Types | syntactic unit | declaration | |||
interface definition | public interface InterfaceName extends SuperInterfaces | public interface Drawable | to define an interface | Interfaces | definition | interface declaration, interface body |
Next definition: method definition Up: definition Previous definition: class definition