分析与设计 ●分析 Analysis 调查问题和需求 历推解决问题 do the right thing 包括:需求分析(调查需求),对象分析(调查领 域对象 ●设计 Design ●为满足需求的概念解决方案, ●而非其实现 do the thing right 如数据库 schema,轶件对象 包括:对象设计,数据库设计
分析与设计 分析Analysis ⚫ 调查问题和需求, ⚫ 而非解决问题 ⚫ ——do the right thing ⚫ 包括:需求分析(调查需求),对象分析(调查领 域对象) 设计Design ⚫ 为满足需求的概念解决方案, ⚫ 而非其实现 ⚫ —— do the thing right ⚫ 如数据库schema,软件对象 ⚫ 包括:对象设计,数据库设计
分析与设计 ● object-oriented analysis:!在问题领域中查找并 描述对象 object- oriented design:定义对象及对象之间的 协作 analysis Design Construction Investigation logical so lution d of the problem Book public class Book i Book public void printo (concept title private String title: printo Domain concept Representation in Representation in an analysis of concepts object-oriented programming language
分析与设计 ⚫ object-oriented analysis:在问题领域中查找并 描述对象 ⚫ object-oriented design:定义对象及对象之间的 协作