Change Unidirectional Association to Bidirectional
You have two classes that need to use each other’s features, but there is only a one-way link.
Add back pointers, and change modifiers to update both sets.
You have two classes that need to use each other’s features, but there is only a one-way link.
Add back pointers, and change modifiers to update both sets.