摘要:
// Abstract Factory pattern -- Structural example using System;// "AbstractFactory"abstract class AbstractFactory{ // Methods abstract public AbstractProductA CreateProductA(); abstract public Abs... 阅读全文
posted @ 2006-10-24 23:16
DODONG
阅读(216)
评论(0)
推荐(0)
浙公网安备 33010602011771号