public class Shirt { char size; String material; float price; int numberOfButtons; // and so on }