添加Lesson18

This commit is contained in:
2025-09-14 15:08:38 +08:00
parent d6767da6da
commit c16355e935
5 changed files with 222 additions and 0 deletions
@@ -0,0 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>Lesson18_多态_抽象类和抽象方法练习</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>