Difference: Object Oriented Analysis (OOA) and Object
Oriented Design (OOD)?
Answer Posted / 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 |
Post New Answer View All Answers
What is the best tool for modeling and ORM framework
Why is OOP good?
What is virtual?
What are abstract classes?
Explain basic concepts of OOPS?
Can we reduce the visibility of the inherited or overridden method ?
What are the features that are provided to make a program modular?
Differentiate between an abstract class and an interface?
What is a static method? Why do we need static methods in java 8 interfaces?
Is @functionalinterface annotation mandatory to define a functional interface? What is the use of @functionalinterface annotation? Why do we need functional interfaces in java?
What does it mean that a method or class is abstract?
What is operator overloading and polymorphism?
Explain about the analysis phase?
How to define an abstract class?
What is an abstraction and why is it important?