day11-匿名内部类的概述&定义(重点)

This commit is contained in:
2026-01-25 16:56:10 +08:00
parent a0f42d6f82
commit 955735fb8d
4 changed files with 60 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
package com.inmind.nninnerclass04;
public interface MyInterface06 {
void method();
}