210 
5e4df9ffb61a8.jpg
What is the appropriate definition of the hashCode method in class Person?
(A) return super.hashCode();
(B) return name.hashCode() + age * 7;
(C) return name.hashCode() + comment.hashCode() / 2;
(D) return name.hashCode() + comment.hashCode() / 2- age * 3;

答案:登入後查看
統計: A(3), B(17), C(1), D(3), E(0) #2195085