策略模式UML
2017-10-13 16:53:58 45 举报
大话设计模式策略模式案例UML
作者其他创作
大纲/内容
CashNormal
+acceptCash : double
CashReturn
-moneyCondition;double-moneyReturn : double
+CashReturn:+acceptCash : double
CashRebate
-moneyRebate ;double
+CashRebate :+acceptCash : double
CashContext
-cs : CashSuper
+CashContext:+GetResult : double
CashSuper
+acceptCash: double
0 条评论
下一页