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