Jump to content
Wikibooks The Free Textbook Project

Java Programming/Keywords/implements

From Wikibooks, open books for an open world

implements is a Java keyword.

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

Syntax:

Computer code
publicclass MyClassimplementsMyInterface1,MyInterface2
{
...
}


See also:

AltStyle によって変換されたページ (->オリジナル) /