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