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 overriding?
What is the syntax of object oriented method call?
Write a note on encapsulation?
What is the use if instanceof keyword?
What does it mean that a method or class is abstract?
What are the limitations of oops?
Can you define OOP and principles of OOP?
What's the order of call of constructors in inheritiance?
Why is C not an OOP language?
What is the difference between public, private and protected access modifiers?
What are a base class, subclass, and superclass?
Explain about a class in oop?
When will you use an interface and abstract class?
What is constructor and virtual function? Can we call virtual funciton in a constructor?
Can you create an instance of an interface?