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 various types of constructors?
Explain about encapsulation?
What is difference between polymorphism and normalization?
What is the super keyword?
Why dynamic binding is used in object-oriented programming?
What is the main difference between overloading and overriding?
Write a program to show the inheritance used in a class.
What is a functional interface? What is sam interface?
Explain what is object oriented programming language?
What are all the languages which support oop?
How to differentiate between a CreateObject() and GetObject() ?
What is the default access specifier in a class definition?