Java Programming/Keywords/implements

implements is a Java keyword.

Used in class definition to declare the Interfaces that are to be implemented by the class.

Syntax:

Computer code
public class MyClass implements MyInterface1, MyInterface2
 {
   ...
 }

See also:

Category:Book:Java Programming/Keywords#implements%20Category:Pages with deep filing
Category:Book:Java Programming/Keywords Category:Pages using deprecated enclose attributes Category:Pages with deep filing