import javax.swing.*; public class TestCritter { // Write description of and sound produced by Critter c. public static void write_info(Critter c) { } // Test critter classes public static void main(String[] args) { // Create a poodle, a buffalo, a cow and a bird // Call write_info for each critter } }