/* * testDriver.java * * A simple test program for the Animal class * */ public class testDriver { public static void main( String [] argv ) { } }