摘要: 本来是在设计模式中的工厂方法,在实现抽象工厂时,用到了一直都不熟悉的反射。 1 namespace Factory 2 { 3 public abstract class Factory 4 { 5 public abstract Human CreateHuman(... 阅读全文
posted @ 2014-05-21 16:26 sosoThink 阅读(1204) 评论(0) 推荐(1) 编辑