标签: java oop interface abstract
我最近开始编程java,我对Interface Topic有疑问。
为什么在java中使用接口?
public interface MyInterface { void method1(); }