day10-接口的静态方法的定义和使用

This commit is contained in:
2026-07-27 10:44:44 +08:00
parent b099333123
commit 1eb48c33bf
3 changed files with 44 additions and 0 deletions
@@ -0,0 +1,6 @@
package com.inmind.interface_static03;
public class MyInterfaceImpl implements MyInterface{
//静态方法能重写吗?不能
}