Typo corrections, Clarifications, Hints for F16 exam e01
Typo corrections, clarifications and hints will be placed on this page during the exam.
-
Q6:
buidl.xml
should bebuild.xml
- Q7c:
- Missing word (shown in bold) “Briefly explain how the
.equals
method”…overloadedoverridden - ALSO: “this specific case” means “this particular
a
andb
withDog
objects that both haveAlice
as the name. - “in general” means: the general case of not overriding the .equals method for Dog, regardless of what objects are being compared.
- Missing word (shown in bold) “Briefly explain how the
- Several students have asked “don’t we need a getter for the
Dog
class?” My response is: think about that very carefully.