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 bootstrap, extension and system class loader? Or can you explain primordial class loader?
Do we require a parameter for constructors?
What are the major differences between late and dynamic binding?
How a program can be structured using the concept of object oriented programming?
Can a class implement two interfaces having default method with same name and signature?
State about java and its relation to object oriented programming?
What are the different types of arguments?
Is iterator a class or interface? What is its use?
Are constructors inherited? Can a subclass call the parent's class constructor? When?
How can I be thrown polymorphically?
What is data encapsulation and what's its significance?
Describe the Diamond problem. Where does this problem occur?
What is the difference abstract class and interface?
What is operator overloading and polymorphism?
What are the rules to define a functional interface?