Difference: Object Oriented Analysis (OOA) and Object
Oriented Design (OOD)?

Answers were Sorted based on User's Feedback



Difference: Object Oriented Analysis (OOA) and Object Oriented Design (OOD)?..

Answer / arul

Object-Oriented Analysis (OOA) aims to model the problem
domain, the problem to be solved, by developing an OO
system. The source of the analysis is generally a written
requirements statement. Object-Oriented Design (OOD) is an
activity of looking for logical solutions to solve a
problem by using encapsulated entities called objects.

Is This Answer Correct ?    104 Yes 16 No

Difference: Object Oriented Analysis (OOA) and Object Oriented Design (OOD)?..

Answer / puri

OOA focuses on what the system does, OOD on how the system
does it

Is This Answer Correct ?    73 Yes 9 No

Post New Answer

More OOAD Interview Questions

What is the difference between data hiding and implementation?

0 Answers  


Define Initialisation Purpose.

0 Answers   Atos Origin,


Explain about overriding polymorphism?

0 Answers  


Write a note about inheritance?

0 Answers  


Explain what an object is.

0 Answers   TCS,






What is the function of pure virtual functions?

0 Answers  


Can you use virtual, override or abstract keywords on an accessor of a static property?

0 Answers  


What is data encapsulation and what's its significance?

0 Answers  


What is the function of messaging metaphor?

0 Answers  


What is the difference between a class and a structure?

0 Answers  


What is the benefit of using inheritance?

0 Answers  


Differentiate between Aggregation and containment?

3 Answers  


Categories