Class Diagram
2016-12-09 15:09:09 0 举报
抽象
作者其他创作
大纲/内容
ProductB1
functionB()
ProductA1
functionA()
Client
IProductB
+functionB()
Factory
+ getProductA() : IProductA+ getProductB() : IProductB
ConcreteFactory1
+ getProductA() : IProductA1+ getProductB() : IProductB1
ConcreteFactory2
+ getProductA() : IProductA2+ getProductB() : IProductB2
IProductA
+functionA()
ProductA2
ProductB2
收藏
收藏
0 条评论
下一页