public class GetInfo2 { public static void main(String args[]) { // makes a Shirt object Shirt2 theShirt = new Shirt2(); // calls the printDisclaimer method in the // Disclaimer class theShirt.printInfo(44339, 'L'); } }