Which method will complete this class?()<br /> <img src="https://img.ppkao.com/2018-08/zhoulian/2018080115565740568.jpg" /><p> Which method will complete this class?()<br /> <img src="https://img.ppkao.com/2018-08/zhoulian/2018080115565740568.jpg" /></p>
A、A.public int compareTo(Object o){/* more code here */}
B、B.public int compareTo(Score other){/* more code here */}
C、C.public int compare(Score s1, Score s2){/* more code here */}
D、D.public int compare(Object o1, Object o2){/* more code here */}