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 |
Who is an Actor?
What is a static method? Why do we need static methods in java 8 interfaces?
What is the use if instanceof keyword? And how do refer to a current instance of object?
When do you prefer to use composition than aggregation?
1 Answers InfoAxon Technologies, Protech,
What is the difference between public, private and protected access modifiers?
Explain the meaning of object in object oriented programming?
What is abstraction? How does it differ from encapsulation
Explain the different types of constructors
Can we override static methods of a class?
What is the use of interface?
What is the @functionalinterface annotation?
What is difference between polymorphism and normalization?