I have classes for Client, Project and Task.
Each Client contains multiple projects.
Each Project contains multiple Tasks.
In the database each has an ID field, and the project table has a clientid field.
Also, the Tasks table has a projectid field.
Can someone help me with the scenario so I can make each a class?
Here it is: