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

Explain about inheritance?

0 Answers  


How to define an abstract class?

0 Answers  


What is the use of Operator Overloading?

1 Answers   Protech,


Why are outlet connections required in object-oriented programming?

0 Answers  


Explain the purpose of composition.

0 Answers  


What are the features that are provided to make a program modular?

0 Answers  


How many methods do u implement if implement the serializable interface?

0 Answers  


Is it possible to provide method implementations in java interfaces? If possible, how do we provide them?

0 Answers  


What is a Persistent, Transient Object?

2 Answers   Protech,


Explain the term constructor

0 Answers  


What are the Design Patterns you know.

2 Answers   InfoAxon Technologies, Protech,


Write about abstract base classes?

0 Answers  


Categories