day09-继承的格式和基本使用

This commit is contained in:
2026-05-20 10:04:35 +08:00
parent a65790adce
commit 730a921200
5 changed files with 53 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
package com.inmind.extends01;
public class BanZhuRen extends Employee {
}