All Questions
1 question
-1
votes
1
answer
120
views
how can i insert a composite component (menu of menus) in my database
I am implementing the Composite Design pattern and I need to insert a menu in the database but the menu may consist of other menus and menu items so when I tried to insert them recursively, I got an ...