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 |
Write down how will you create a Binary tree?
How to make a class accessible as a web service?
Explain what a method is?
What are Classes and Objects?
What is association?
Difference between Composition and Aggregation
Why are outlet connections required in object-oriented programming?
What is the default access specifier in a class definition?
What are virtual functions, base class pointer, derived class pointer, biding references?
0 Answers HPCL, Hughes Systique Corporation,
What is a default method? Why do we need default methods in java 8 interfaces?
Explain about message passing in object oriented programming?
Write basic concepts of oops?