Java View all facts Glossary Help |
syntactic unit > keyword > implements |
implements comparison table |
Subject | is an instance of | have syntax | is a kind of | is a subtopic of | use by | has definition |
---|---|---|---|---|---|---|
keyword | syntactic unit | A word that has special meaning in Java | ||||
implements | keyword | className implements Interface1 (,Interface2, Interface3 ...) | Interfaces | implements clause in a class that indicates that the class contains methods for each of the operations specified by the interface | A keyword that declares that your class implements one or more interfaces |