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

implements
subjectfact 
implementshas definition A keyword that declares that your class implements one or more interfacesadded by: JK, source: Sun Java Tutorial, reference: Source 2, 2001-10-19 11:36:53.0
has syntax
className implements Interface1 (,Interface2, Interface3 ...)
added by: JK, source: Sun Java Tutorial, 2001-10-19 11:36:53.0
is a subtopic of Interfaces2001-10-19 11:36:53.0
is an instance of keywordadded by: JK, source: Sun Java Tutorial, 2001-10-19 11:36:53.0
is used by implements clause in a class that indicates that the class contains methods for each of the operations specified by the interface    source: Object Oriented Software Engineering by Lethbridge and Laganière, 2001-10-19 11:36:53.0
syntactic unithas syntax rule
bold = mandatory
italic = non-terminal
normal font = optional
2001-10-19 11:38:04.0