摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication9 { /*设计模式:工厂模式 */ //父类:NoteBook public abstract class NoteBook { ... 阅读全文
posted @ 2016-08-11 16:45 庚xiao午 阅读(137) 评论(0) 推荐(0) 编辑