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

This commit is contained in:
2026-01-22 12:00:12 +08:00
parent e7d434aabf
commit 9f7546ccd5
5 changed files with 53 additions and 0 deletions

View File

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