50
50
Jan 23, 2012
Hi,
You should use Composite Pattern as your menu items will be dynamic.
Composite creates Parent - Child relations between your objects while Builder is used to create group of objects of predefined types.
So i would suggest you to use Composite to create your menu items.
Regards,
Ankit Parikh