day10-接口的静态方法的定义和使用
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package com.inmind.interface_static03;
|
||||
|
||||
public class MyInterfaceImpl implements MyInterface{
|
||||
//静态方法能重写吗?不能
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user