Given: Which method will complete this class?()
A:public int compareTo(Object o){}
B:public int compareTo(Score other){}
C:public int compare(Score s1,Score s2){}
D:public int compare(Object o1,Object o2){}
出自:Oracle认证