OOA -- OOD Conception

What is Analysis and Design?

Ø Analysis

Analysis emphasizes an investigation of the problem and requirements,rather than a solution.

Ø Design

Design emphasizes a conceptual solution (in software and hardware) that fulfills the requirements,rather than its implementation.

What is Object-Oriented Analysis and Design?

Ø Object-orientedanalysis

During object-oriented analysisthere is an emphasis on finding and describing the objects or concepts in theproblem domain. For example,in the case of the flight information system,someof the concepts include Plane,Flight,and Pilot.

Ø Object-orienteddesign

During object-oriented design (orsimply,object design) there is an emphasis on defining software objects and how they collaborate to fulfill the requirements. For example,a Plane software object may have a tailNumber attribute and a getFlightHistory method.

相关文章

迭代器模式(Iterator)迭代器模式(Iterator)[Cursor]意图...
高性能IO模型浅析服务器端编程经常需要构造高性能的IO模型,...
策略模式(Strategy)策略模式(Strategy)[Policy]意图:定...
访问者模式(Visitor)访问者模式(Visitor)意图:表示一个...
命令模式(Command)命令模式(Command)[Action/Transactio...
生成器模式(Builder)生成器模式(Builder)意图:将一个对...