JAVA 一个接口多个同名不同参数的方法 在写在工厂类时怎么写?菜鸟刚学习JAVA,求高手指教???
展开全部
public interface testComm {
public void test(String arg);
public void test(String arg, String arg2);
public void test(String arg, String arg2, String arg3);
public int test(int arg);
public void test(int arg, String arg2);
public void test(int arg, String arg2, String arg3);
}
public void test(String arg);
public void test(String arg, String arg2);
public void test(String arg, String arg2, String arg3);
public int test(int arg);
public void test(int arg, String arg2);
public void test(int arg, String arg2, String arg3);
}
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
就是简单的重载就行,只是不要写实现而已
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
写着就行,有错,ide会报错
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询