//Declaration of constructor with no arguments: public class OxfordShirt { String type; char size; public OxfordShirt() { type = "Oxford Shirt"; } }