A shipment carried by a haulier has a quoted rate that depends on the value of different variables. I have been scratching my head for considerable time over this .. I do have some ideas, maybe it will work. Would appreciate if someone can put give their inputs Shipment = S1 Source = L1 Destination = L2 Rate = $1.7532 / kg if Gross wt > 1000kg AND Rate = $1.2365 / kg if Gross wt > 3000kg AND Sender = "Phutt Air Ltd" ... Shipment = S2 Source = L1 Destination = L2 Rate = 0.00 if Sender = "Singh is Kingg Ltd" ----------------- Object structure?
My experiences with Object Oriented Programming