添加Lesson12

This commit is contained in:
2025-09-08 16:11:55 +08:00
parent 7854f97a29
commit 40dca79e2b
3 changed files with 118 additions and 0 deletions
@@ -0,0 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>Lesson12_继承_继承的基本概念</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>