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


Constructor Summary
Animal()
           
 
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
 

Constructor Detail

Animal

public Animal()
Method Detail

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