摘要: package b; public interface Computer { int computer(int n,int m); } package b; public class Jia implements Computer { @Override public int computer(int n, int m) { int jia; ... 阅读全文
posted @ 2016-05-27 08:47 刘某人丶 阅读(2451) 评论(0) 推荐(0) 编辑
摘要: package b; public interface ZuoBiao { double zuobiao(); } public class Point implements ZuoBiao { double x; double y; double z; public double getX() { return x... 阅读全文
posted @ 2016-05-27 08:44 刘某人丶 阅读(6386) 评论(0) 推荐(0) 编辑