随笔分类 -  设计模式

摘要:三角形 实线三角形 -》继承父类 点击查看代码 /// <summary> /// 人 /// </summary> public class Person { } /// <summary> /// cxl /// </summary> public class Cxl : Person { } 阅读全文
posted @ 2022-01-13 00:50 icxl 阅读(42) 评论(0) 推荐(0)