day10-java的单继承多实现的操作特点
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package com.inmind.extends_interfaces06;
|
||||
|
||||
public interface MyInterface2 {
|
||||
void method2();
|
||||
void method();
|
||||
void sameMethod();
|
||||
}
|
||||
Reference in New Issue
Block a user