Class Animal

java.lang.Object
  |
  +--Animal

public abstract class Animal
extends java.lang.Object

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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Animal

public Animal()
Method Detail

move

public abstract java.lang.String move()
the move method
Returns:
a description of the motion

test

public static void test()
the test method


Generated by BlueJ