typedef class OxfordShirtInfo* OxfordShirt;
OxfordShirt shirt = new OxfordShirtInfo(49.99, "Navy blue", 15, 33);
OxfordShirtInfo(double p, string c, int n, int s) ...
n and s, the neck size and sleeve length, can be stored in the
object.