Java interface

C27295
concept

A Java interface is a reference type that defines a contract of abstract methods and constants which implementing classes must fulfill, enabling multiple inheritance of type and loose coupling.

All labels observed (3)

Label Occurrences
Java interface canonical 11
JTA interface 2
JPA interface 1

Description generation (CDg)

The one-sentence description above was generated by prompting gpt-5.1 with the class name and this instruction.

Instruction
generate a one-sentence description for a given conceptual class.
# Response Format
Return only the sentence: "Description: [one-sentence description of the conceptional class]"
Input
Class: Java interface
Generated description
A Java interface is a reference type that defines a contract of abstract methods and constants which implementing classes must fulfill, enabling multiple inheritance of type and loose coupling.

Instances (11)