day09-接口的私有方法的定义和使用

This commit is contained in:
2026-01-23 14:42:46 +08:00
parent ff566ba105
commit 70bf078530
3 changed files with 62 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
package com.inmind.interface_private04;
public class MyInterfaceImpl implements MyInterfaceP{
}