题海让大学四年没有难题
白天模式登陆

题目详情

单选题 在MyInt类的划线处填写最合适的代码.public class MyInt implements _______ { int id; public MyInt(int id) { this.id = id; } public String toString() { return String.valueOf(id); } public int compareTo(_______ arg0) { if (id > arg0.id) return 1; else if (id < arg0.id) return -1; else return 0; }}

A. Comparable / Object

B. Comparable<MyInt> / MyInt

C. Comparable<MyInt> / Object

D. Comparable / MyInt

Java程序设计II课程封面

学科:Java程序设计II

时间:2023-06-30 12:21:31

Copyright © 2022 津ICP备2021001502号