Aditya Jha wrote: . . .] Trying to be more politically correct. 
It never works
Careful about spelling: you have written quantity in one place and quality in another.
Have you really been told to create an Item class with a
quantity field? The
word item precludes any argument about quantity: an item is always one. You might buy several items of the same sort when shopping, but if I buy two bags of flour, for example, my receipt will look like this
cheese
butter
flour
flour
sugar
I think you need a class intermediate between item and order, which you might call line, which encapsulates the type of goods (item) and quantity, as long as you don’t buy more than 2147483647 at a time.