Crossfire JXClient, Trunk
Public Member Functions | List of all members
DiamondInheritance.Horse Interface Reference
Inheritance diagram for DiamondInheritance.Horse:
Inheritance graph
Collaboration diagram for DiamondInheritance.Horse:
Collaboration graph

Public Member Functions

default String go ()
 

Detailed Description

Interface to illustrate the diamond inheritance.

See also
DiamondInheritance

Definition at line 76 of file DiamondInheritance.java.

Member Function Documentation

◆ go()

default String DiamondInheritance.Horse.go ( )

Return string representation of the "go" action for horse

Returns
string representation of the "go" action for horse

Implements DiamondInheritance.Animal.

Implemented in DiamondInheritance.Pegasus.

Definition at line 84 of file DiamondInheritance.java.

Referenced by DiamondInheritance.Pegasus.go().

Here is the caller graph for this function:

The documentation for this interface was generated from the following file: