06 2021 档案

摘要:using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text; using System.Threading.Tasks; namespace 阅读全文
posted @ 2021-06-04 11:05 灰色淡季 阅读(70) 评论(0) 推荐(0)
摘要:三种工厂模式: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace 简单 阅读全文
posted @ 2021-06-02 18:32 灰色淡季 阅读(62) 评论(0) 推荐(0)
摘要:abstract 抽象方法 virtual 可重写的抽象方法 override 实现抽象方法 阅读全文
posted @ 2021-06-01 17:37 灰色淡季 阅读(52) 评论(0) 推荐(0)