抽象工厂模式
2018-03-02 11:50:28 18 举报
抽象工厂模式demo
作者其他创作
大纲/内容
ChinaFather
-testFather();
抽象工厂类
AmercianMother
-testMother();
具体工厂类
AmercianFather
IMother
-void test();
ChinaIFamilyFactory
+getTestFather(); IFather +getTestMonther();IMonther
ChinaMonther
IFather
IFamilyFactory
+getTestFather(); IFather +getTestMother();IMother
AmercianIFamilyFactory
实体类
抽象类
0 条评论
下一页