摘要: 1. 单一职责原则(Single Responsibility Principle)类T负责两个不同的职责:职责P1,职责P2。 using System; using System.Collections.Generic; using System.Linq; using System.Text; 阅读全文
posted @ 2023-02-22 13:50 Tammytan 阅读(19) 评论(0) 推荐(0) 编辑