Crossfire JXClient, Trunk
DiamondInheritance.Animal Interface Reference
+ Inheritance diagram for DiamondInheritance.Animal:
+ Collaboration diagram for DiamondInheritance.Animal:

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: