抽象工厂模式
2018-06-25 17:11:07 28 举报
抽象工厂模式
作者其他创作
大纲/内容
黑色Car
carColor(黑色)
帝豪Car
void carModel(){帝豪}abstract carType()abstract carColor()
尊贵Car
carType(尊贵)abstract carColor()
金色Car
carColor(金色)
白色Car
carColor(白色)
豪华Car
carType(豪华)abstract carColor()
尊享Car
carType(尊享)abstract carColor()
car
abstract carModel()abstract carType()abstract carColor()
舒适Car
carType(舒适)abstract carColor()
博越Car
void carModel(){博越}abstract carType()abstract carColor()
博瑞Car
void carModel(){博瑞}abstract carType()abstract carColor()
0 条评论
下一页