抽象工厂UML图
2017-11-13 14:38:03 0 举报
《设计模式》 刘伟 主编 清华大学出版社 P103 思考练习 2.
作者其他创作
大纲/内容
MacRAM
+ setup () : void+ working () : void
MacFactory
+ buildCPU():CPU+ buildRAM():RAM
PCRAM
设计模式 抽象工厂模式UML图
PCCPU
RAM
PCFactory
+ buildCPU() : CPU+ buildRAM() : RAM
MacCPU
CPU
ITAbstractFactory
+ buildCPU() :CPU+ buildRAM() : RAM
0 条评论
下一页