Class Animal
java.lang.Object
|
+--Animal
- Direct Known Subclasses:
- Human, Snake, Spider
- public abstract class Animal
- extends Object
Abstract class Animal - write a description of the class here
Method Summary |
abstract String |
move()
the move method |
static void |
test()
the test method |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Animal
public Animal()
move
public abstract String move()
- the move method
- Returns:
- a description of the motion
test
public static void test()
- the test method
Generated by BlueJ