题目:将下列(A,B,C,D)哪个代码替换下列程序中的【代码】不会导致编译错误。 interface Com { int M = 200; int f(); } class ImpCom implements Com { 【代码】 }
A. public int f(){return 100+M;}
B. int f(){return 100;}
C. public double f(){return 2.6;}。
D. public abstract int f();
答案:评论后可见此内容
推荐使用我们的公众号搜索题目,题目更全,检索更方便。支持语音、图片、文字等多种搜索方式。