I'm doing an assignment on class diagram and the following shows the association between classes Order and Menu Item. Should the link be aggregation (weak) or composition (strong)?
I'm confused because I've seen example showing aggregation. I felt it should be composition as an Order must have at least 1 Menu Item added. Am I wrong?
