java.lang.Object | +--Animal
Abstract class Animal - write a description of the class here
Constructor Summary | |
Animal()
|
Method Summary | |
abstract java.lang.String |
move()
the move method |
static void |
test()
the test method |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public Animal()
Method Detail |
public abstract java.lang.String move()
public static void test()