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 |
What is the difference between a class and an object?
What is the use of Operator Overloading?
Explain the concept of multiple inheritance (virtual inheritance). Write about its advantages and disadvantages?
Explain the mechanism of composition?
Why should project managers complete hard problems first in an OOSAD project?
What are the major differences between late and dynamic binding?
What is constructor and virtual function? Can we call virtual funciton in a constructor?
Difference: Object Oriented Analysis (OOA) and Object Oriented Design (OOD)?
What is abstraction? How does it differ from encapsulation
What are the types of polymorphism?
Giving reasons explain two external responsibilities of a project manager.
What is meant by “abstract interface”?