This coding challenge is a bit different from the previous one ([1] [2]) because it is shorter and also a bit more closely tied to Java.
A School has either a name (“Stanford”) or a nickname (“UCSD”) or both.
Your task is to write equals() and hashCode() methods for the School class that satisfy the following requirement: two Schools are identical if they either have the same name or the...
↧