public class GetInfo { public static void main(String args[]) { Shirt shirt1 = new Shirt(); shirt1.printInfo(); } }