Difference: Object Oriented Analysis (OOA) and Object
Oriented Design (OOD)?
Answer Posted / 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 |
Post New Answer View All Answers
What are the different types of arguments?
Explain the concept of multiple inheritance (virtual inheritance). Write about its advantages and disadvantages?
What is the order of call of constructors in inheritiance?
What does it mean that a method or class is abstract?
Write a program to show the inheritance used in a class.
What is the difference between function overloading and over riding?
Explain persistence?
Why dynamic loading is used in object-oriented programming?
Does PowerShell support OOPs?
What do you mean by abstract classes?
What is the need of multiple inheritance?
Difference between abstraction and implementation hiding ?
Describe the Diamond problem. Where does this problem occur?
What is the main use of message metaphor in object-oriented programming?
What is an abstract property. Give an example?