day10-接口和实现类的多态

This commit is contained in:
2026-07-27 16:27:16 +08:00
parent 61d11ecc4d
commit 2e3054287a
3 changed files with 40 additions and 0 deletions
@@ -0,0 +1,5 @@
package com.inmind.duotai_interface11;
public interface MyInterface {
void method();
}