Difference: Object Oriented Analysis (OOA) and Object
Oriented Design (OOD)?
Answer Posted / 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 |
Post New Answer View All Answers
What is difference between class and interface?
What is an abstract property. Give an example?
What is the best tool for modeling and ORM framework
Explain about polymorphism?
What if we make the method as abstract in another interface?
What is the syntax of object oriented method call?
Can you define OOP and principles of OOP?
What is virtual?
How does abstraction differ from encapsulation.
What is the difference between an Abstract class and Interface?
What is the difference between a class and an object?
What are inner classes and what is the practical implementation of inner classes?
What is ‘this’ pointer?
Why is C not an OOP language?
Explain method overriding.