T
tinman
Hi....
Would appreciate some advice on how to achieve the following in an OOP
manner:
Supposed, I have the following object model:
Employee
|
| - - Projects
|
| - - Project
The Employee object has several properties, say, for example EmployeeID. How
is it
possible for any of the Project object to know what the associated
EmployeeID is?
I believe saving the Employee ID in each of the Project object (via some
property) is
a little overkill and not quite OOP.....right ? How else can this be
achieved ?
Thanks...
Would appreciate some advice on how to achieve the following in an OOP
manner:
Supposed, I have the following object model:
Employee
|
| - - Projects
|
| - - Project
The Employee object has several properties, say, for example EmployeeID. How
is it
possible for any of the Project object to know what the associated
EmployeeID is?
I believe saving the Employee ID in each of the Project object (via some
property) is
a little overkill and not quite OOP.....right ? How else can this be
achieved ?
Thanks...