java中的解释接口

时间:2017-07-22 07:31:39

标签: java oop interface abstract

我最近开始编程java,我对Interface Topic有疑问。

为什么在java中使用接口?

public interface MyInterface {
void method1();
}

0 个答案:

没有答案