At the end of the section Composing Objects, I read "Also, using method overloading to determine dynamically...". Shouldn't it be "...method overriding..."?
This one was tricky because in isolation either word is correct. However, the section is about inheritance making overriding the right word. So you are correct.