码迷,mamicode.com
首页 > 其他好文 > 详细

判断下列语句是否正确,如果有错误,请指出错误所在?interface A{

时间:2018-08-29 14:09:45      阅读:172      评论:0      收藏:0      [点我收藏+]

标签:class   hash   nts   turn   错误   ret   shc   ash   类型   

判断下列语句是否正确,如果有错误,请指出错误所在?

 

interface A{

 

int add(final A a);

 

}

 

class B implements A{

 

long add(final A a){

 

return this.hashCode() + a.hashCode();

 

}

 

}

 

解答:返回值不是long类型

 

判断下列语句是否正确,如果有错误,请指出错误所在?interface A{

标签:class   hash   nts   turn   错误   ret   shc   ash   类型   

原文地址:https://www.cnblogs.com/borter/p/9552784.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!