< Java Programming < Keywords 
      implements is a Java keyword. 
Used in class definition to declare the Interfaces that are to be implemented by the class.
Syntax:
|  | public class MyClass implements MyInterface1, MyInterface2
 {
   ...
 }
 | 
See also:
    This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.