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