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


Please Help Members By Posting Answers For Below Questions

What is the super keyword?

773


Is it possible to provide method implementations in java interfaces? If possible, how do we provide them?

683


Which oops concept exposes only necessary information to the calling functions?

755


Is iterator a class or interface? What is its use?

701


Can constructors be parameterized?

733


Explain about inheritance hierarchies?

721


Can I implement polymorphism using abstract class?

746


Explain the implementation phase with respect to oop?

712


Tell me something about abstract classes?

731


What is the order of call of constructors in inheritiance?

777


What is abstraction? How does it differ from encapsulation

703


Name some languages which have object oriented language and characteristics?

754


What is an abstract property. Give an example?

689


Describe inheritance and non-inheritance of a derived class?

668


What are the four important foundation concepts of OOP ?

704