day09-继承的特点-单继承&多层继承

This commit is contained in:
2026-01-22 16:54:05 +08:00
parent 6be4882289
commit b05d1d17f7
5 changed files with 24 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
package com.inmind.extends_td06;
public class C extends B{
}