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 are the problems faced by the developer using object oriented programming language?
State some of the advantages of object oriented programming?
Whether static method can use nonstatic members?
Is class an Object? Is object a class?
3 Answers InfoAxon Technologies, Protech,
What are the limitations of inheritance?
What is the difference between a class and an object?
Explain about inheritance in oops?
Explain the use of Vtable and what are the various problems to override the functions?
Explain what a method is?
Explain the different types of constructors
What are a base class, subclass, and superclass?
What is the difference between aggregation and composition?