添加Lesson14和Lesson15

This commit is contained in:
2025-09-10 14:43:03 +08:00
parent 4a47573851
commit 8dcaa99ff4
9 changed files with 378 additions and 0 deletions
@@ -0,0 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>Lesson14_继承_继承中的构造函数</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>