2006年11月22日

C#面向对象设计模式 学习之旅(三) - Abstract Factory 抽象工厂模式(创建型)

摘要: C#面向对象设计模式 学习之旅(三) - Abstract Factory 抽象工厂模式(创建型) using System;using System.Collections.Generic;using System.Text;namespace AbstractFactoryPattern{ //Abstract factory pattern class Program { ... 阅读全文

posted @ 2006-11-22 17:04 Clark Chan 阅读(535) 评论(0) 推荐(0) 编辑

导航