Difference: Object Oriented Analysis (OOA) and Object
Oriented Design (OOD)?
Answers were Sorted based on User's Feedback
Answer / shadab shaikh
Object-Oriented Analysis:
Emphasis is on finding and describing the objects or
concepts of the problem domain. Focus on what the system
must do. Do the right thing.
Object-Oriented Design:
Emphasis is on defining software objects and how they
collaborate to fulfill requirements. Focus on how the
system will do it. Do the thing right.
| Is This Answer Correct ? | 18 Yes | 0 No |
Answer / neha sehta
Analysis is modeling the desired behaviour ie totally
concentrating upon the functionalities required by the
system to be developed.
While design to create architecture for above model
considering both functional as well as non functional
requirements like performance, security, scalability etc
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / subrata
I agree with #1 & #3 responses.
Analysis is more from an end user perspective - what the desired behavior of the system should be.
Design is from the developer perspective - how the system is going to deliver the required behavior as established above.
The difference is "what" and "how".
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / praveen kumar
In OOA we just gather the resouces
In OOD we can design with the use that resources
| Is This Answer Correct ? | 8 Yes | 5 No |
What is multiple inheritance? How java 8 supports multiple inheritance?
What is an abstract property. Give an example?
How to define an interface?
Write a note about inheritance?
Explain serialization and overriding?
What are the Design Patterns you know.
2 Answers InfoAxon Technologies, Protech,
How many instances can be created for an abstract class?
Can different parts of a partial class inherit from different interfaces?
If a method definition has been specified in the base class and the interface which the class is implementing, which definition will be picked if we try to access it using interface reference and class object?
Who is an Actor?
What is an abstraction and why is it important?
How to resolve many to many relationship?
6 Answers InfoAxon Technologies, Protech, Samsung,