Java View all facts Glossary Help |
syntactic unit > keyword > implements |
implements | ||||
subject | fact |
implements | has definition A keyword that declares that your class implements one or more interfaces | |
has syntax className implements Interface1 (,Interface2, Interface3 ...) | ||
is a subtopic of Interfaces | ||
is an instance of keyword | ||
is used by implements clause in a class that indicates that the class contains methods for each of the operations specified by the interface | ||
syntactic unit | has syntax rule bold = mandatory |