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
How does abstraction differ from encapsulation.
What is the difference between an abstract class and interface in java?
Explain about multiple inheritance?
What are manipulators?
What is bootstrap, extension and system class loader?
Explain about the design phase?
what is full form OOP?
How many methods are there in the externalizable interface?
State some of the advantages of object oriented programming?
Explain about uml?
Explain method overriding.
Do we require a parameter for constructors?
How to differentiate between a CreateObject() and GetObject() ?
What is the main difference between overloading and overriding?
Can we override a method by using same method name and arguments but different return types?