首页 新闻 会员 周边
3
回答数

待解决问题 10 Java的重写和重载函数调用的问题

代码一:class A { public String show(D obj){ return ("A and D"); } public String show(A obj){ return ("A