Hi
I found a possible errata on page 514, answers to Review Questions number 5.:
"For these reasons, the overridden method is called on lines 15 and 16, printing
Spider twice.
Should be: "For these reasons, the overridden method is called on lines
14 and 15, ..."
And:
"Line 17 calls the overloaded method in the
Arthropod class , as the
long value 5L does not match the overridden method, resulting in
Arthropod being printed."
Should be:"Line
16 calls the overloaded method ..."
I didn't see it on that page
https://www.selikoff.net/ocp11-1/.