x******g 发帖数: 319 | 1 This was a java interview question I just got.
What is the best design pattern for the following code problem?
=================================================================
A fashion shop designs cloth. each style has a ID, color, and design date.
The client will order different styles as one order. each order has 10 or 15
styles. so the client can place an order, which has styles according to the
followings:
1) an order has styles in the order of style ID.
2) an order has styles in the orde |
|