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 about inheritance?
How to define an abstract class?
What is the use of Operator Overloading?
Why are outlet connections required in object-oriented programming?
Explain the purpose of composition.
What are the features that are provided to make a program modular?
How many methods do u implement if implement the serializable interface?
Is it possible to provide method implementations in java interfaces? If possible, how do we provide them?
What is a Persistent, Transient Object?
Explain the term constructor
What are the Design Patterns you know.
2 Answers InfoAxon Technologies, Protech,
Write about abstract base classes?