Difference: Object Oriented Analysis (OOA) and Object
Oriented Design (OOD)?
Answers were Sorted based on User's Feedback
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 |
Answer / puri
OOA focuses on what the system does, OOD on how the system
does it
| Is This Answer Correct ? | 73 Yes | 9 No |
What is polymorphism and abstraction?
0 Answers Agilent, Integreon, ZS Associates,
Describe the Diamond problem. Where does this problem occur?
Write down how will you create a Binary tree?
Why is message passing between the objects important?
Explain Class Diagram in Detail.
2 Answers InfoAxon Technologies, Protech,
What is bootstrap, extension and system class loader?
What are the main features of oops?
What is a nested interface?
What is the use of interface?
What interface must an object implement before it can be written to a stream as an object?
Can we use static method definitions in interfaces?
Define a good interface?