|
Crossfire JXClient, Trunk
|


Public Member Functions | |
| String | go () |
Public Member Functions inherited from DiamondInheritance.Bird | |
| default String | fly () |
Class to illustrate the diamond inheritance. Pegasus must mix horse and bird behavior.
Definition at line 122 of file DiamondInheritance.java.
| String DiamondInheritance.Pegasus.go | ( | ) |
Return string representation of the "go" action for the fictitious creature Pegasus
Implements DiamondInheritance.Horse.
Definition at line 132 of file DiamondInheritance.java.
References DiamondInheritance.Horse.go().

1.8.17