Link to home
Start Free TrialLog in
Avatar of yaron89
yaron89

asked on

Tables and tag lists according to OOP principles.

In my app. I have some tables that I load dynamically to tabpages.
Each table has its own tag list which the user create the tag list is displaied when his table is selected.
The tables and tag list are stored in a data base.
What is the proper way of connecting the tag list and the tables according to OOP principles?

ASKER CERTIFIED SOLUTION
Avatar of Arno Koster
Arno Koster
Flag of Netherlands image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of yaron89
yaron89

ASKER

Thank you