Summary
Let's summarize what we’ve covered in the chapter.
We'll cover the following...
Key takeaways
-
We started the chapter with an introduction to reference properties. If an object has references to another object as its values, that’s its reference property. These reference properties can be single-valued (
Committee::chair
) or multi-valued (Book::authors
). We ...