Difference: Object Oriented Analysis (OOA) and Object
Oriented Design (OOD)?
Answers were Sorted based on User's Feedback
Answer / arul
Object-Oriented Analysis (OOA) aims to model the problem
domain, the problem to be solved, by developing an OO
system. The source of the analysis is generally a written
requirements statement. Object-Oriented Design (OOD) is an
activity of looking for logical solutions to solve a
problem by using encapsulated entities called objects.
| Is This Answer Correct ? | 104 Yes | 16 No |
Answer / puri
OOA focuses on what the system does, OOD on how the system
does it
| Is This Answer Correct ? | 73 Yes | 9 No |
Explain what is polymorphism?
What is the abstract method modifier?
What are the properties that are defined in an object model?
What do you mean by virtual function and virtual classes?
How to achieve data abstraction?
Why is message passing between the objects important?
What are sealed modifiers?
Explain basic concepts of OOPS?
What is the use of Operator Overloading?
What is the default access modifier for a class,struct and an interface declared directly with a namespace?
Why we use oops concepts? What is its advantage?
What do you meant by static and dynamic modeling?