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 do you mean by polymorphism?
0 Answers InterGraph, Ittiam Systems,
What does it mean that a method or class is abstract?
What is virtual multiple inheritance?
Which oops concept is used as reuse mechanism?
What is data encapsulation and what's its significance?
Explain about inheritance in oops?
How will you define abstract classes?
What is the difference between an interface and abstract class?
Explain the purpose of composition.
Name the different creational patterns in object oriented design?
What is the default access specifier in a class definition?
What is bootstrap, extension and system class loader? Or can you explain primordial class loader?