//Jeremy Socia //4/8/02 //Race with inheritance //RaceTest public class RaceTest{ public static void main(String args[]) { Race R = new Race(); //declare reference System.exit(0); } }