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 a nested interface?
Explain basic concepts of OOPS?
What is meant by function overloading and function overriding?
What's the benefit of using inheritance?
What are the various types of constructors?
Write a note on encapsulation?
Does a class inherit the constructor of its super class?
What is super keyword?
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?
What is virtual multiple inheritance?
Why is message passing between the objects important?
What is the difference between a virtual method and an abstract method?
What do you mean by data hiding?
What are the types of polymorphism?
What is abstraction? How does it differ from encapsulation