OO Class Model
Let's take a look at the class model after we've replaced the bidirectional associations with reference properties.
We'll cover the following...
The resultant OO class model
After we replace both bidirectional associations with reference properties, we obtain the OO class model shown below:
Since books are entities that ...