day09-继承父类并实现多个接口
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package com.inmind.extends_interface06;
|
||||
|
||||
public interface MyInterface2 {
|
||||
void method2();
|
||||
void method();
|
||||
|
||||
void sameMethod();
|
||||
}
|
||||
Reference in New Issue
Block a user