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

Public Member Functions

String go ()
 

Detailed Description

Base interface to illustrate the diamond inheritance.

See also
DiamondInheritance

Definition at line 61 of file DiamondInheritance.java.

Member Function Documentation

◆ go()

String DiamondInheritance.Animal.go ( )

Return string representation of the "go" action for concrete animal

Returns
string representation of the "go" action for concrete animal

Implemented in DiamondInheritance.Pegasus, DiamondInheritance.Bird, and DiamondInheritance.Horse.


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