进阶day02-泛型类的使用

This commit is contained in:
2026-01-31 11:59:07 +08:00
parent a4b6ef45f7
commit 89464bb2d8
5 changed files with 71 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
package com.inmind.generic04;
public class Pad {
public void play() {
System.out.println("在平板上玩游戏");
}
}