Java View all facts Glossary Help |
| syntactic unit > clause > implements clause |
| implements clause | ||||
| subject | fact | |||
| implements clause | has example public class AnimatedSign extends javax.swing.JApplet | ![]() |
| has purpose to indicate that a class implements an interface | ![]() | |
has syntax className implements Interface1 (,Interface2, Interface3 ...) | ![]() | |
indicates that a class contains methods for each of the operations specified by the interface ![]() | ![]() | |
| is a subtopic of Interfaces | ![]() | |
| is a kind of clause | ![]() | |
| syntactic unit | has syntax rule bold = mandatory | ![]() |