Glossaria.net

Glossary Java / Term

interface

A Java programming language keyword used to define a collection of method definitions and constant values. It can later be implemented by classes that define this interface with the implements keyword. Interfaces allow Java programs to take advantage of a special type of multiple inheritance.

Permanent link interface - Creation date 2022-01-03


< int Glossary / Java Internet >