物件導向軟體工程-設計模型
# 物件導向軟體工程 - 設計模型
# 參考資料
文章內容多數皆來自 ianjustin39 的文章
與一些個人整理與補充
原文連結
# SOLID Priciple
OOAD 設計原則
SRP (Single Responsibility Principle) 單一責任原則
A class as the method they do simalar thing (Highly relative)
Help for Aggregation
If seperate the will increase the number of class/interface
OCP (Open...
more...