摘要: 1、依赖倒置原则 /// <summary> /// 高层模块不应该依赖底层模块 /// 二者都应该依赖其抽象 /// </summary> public class Student { public int Age { get; set; } public string Name { get; s 阅读全文
posted @ 2024-07-02 09:05 孤沉 阅读(1) 评论(0) 推荐(0) 编辑