摘要:
package Stragery; public abstract class Operation { public abstract int oper(int a); } 各自的算法实现: package Stragery; public class OperationImpl extends Operation { public int oper(int a) ... 阅读全文
posted @ 2008-09-19 22:42
jackyrong的世界
阅读(640)
评论(2)
推荐(0)
浙公网安备 33010602011771号