Given:<br /> <img src="https://nimg.ppkao.com/2018-08/longzhengxuan/201808020927168159.jpg?sign=496a85384a7fdc41764f3b81eb1865a2&t=62d1e987" /><br /> Which method will complete this class?()
A、public int compareTo(Object o){/*more code here*/}
B、public int compareTo(Score other){/*more code here*/}
C、public int compare(Score s1,Score s2){/*more code here*/}
D、public int compare(Object o1,Object o2){/*more code here*/}