|
Crossfire JXClient, Trunk
|
Collaboration diagram for Inheritance:Classes | |
| interface | Diveable |
| class | Duck |
| class | Fish |
| interface | Swimable |
| class | Tuna |
Static Public Member Functions | |
| static void | main (final String[] args) |
The sample illustrates rules to resolve conflicts between inheritance candidates with default methods. There are two simple rules:
Definition at line 42 of file Inheritance.java.
|
static |
Illustrate behavior of the classes: Tuna and Duck
| args | command line arguments |
Definition at line 133 of file Inheritance.java.