day10-继承父类并实现多个接口的注意事项
This commit is contained in:
6
day10/src/com/inmind/extends_impls06/MyInterface1.java
Normal file
6
day10/src/com/inmind/extends_impls06/MyInterface1.java
Normal file
@@ -0,0 +1,6 @@
|
||||
package com.inmind.extends_impls06;
|
||||
|
||||
public interface MyInterface1 {
|
||||
void method1();
|
||||
void sameMethod();
|
||||
}
|
||||
Reference in New Issue
Block a user