Java   View all facts   Glossary   Help
syntactic unit > keyword > implements
Next keywordimport    Upkeyword    Previous keywordfloat^3   

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
implementskeyword
className implements Interface1 (,Interface2, Interface3 ...)
 Interfacesimplements clause in a class that indicates that the class contains methods for each of the operations specified by the interfaceA keyword that declares that your class implements one or more interfaces

Next keywordimport    Upkeyword    Previous keywordfloat^3