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 super keyword?
Is it possible to provide method implementations in java interfaces? If possible, how do we provide them?
Which oops concept exposes only necessary information to the calling functions?
Is iterator a class or interface? What is its use?
Can constructors be parameterized?
Explain about inheritance hierarchies?
Can I implement polymorphism using abstract class?
Explain the implementation phase with respect to oop?
Tell me something about abstract classes?
What is the order of call of constructors in inheritiance?
What is abstraction? How does it differ from encapsulation
Name some languages which have object oriented language and characteristics?
What is an abstract property. Give an example?
Describe inheritance and non-inheritance of a derived class?
What are the four important foundation concepts of OOP ?