Difference: Object Oriented Analysis (OOA) and Object
Oriented Design (OOD)?

Answer Posted / shadab shaikh

Object-Oriented Analysis:

Emphasis is on finding and describing the objects or
concepts of the problem domain. Focus on what the system
must do. Do the right thing.

Object-Oriented Design:

Emphasis is on defining software objects and how they
collaborate to fulfill requirements. Focus on how the
system will do it. Do the thing right.

Is This Answer Correct ?    18 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we use static method definitions in interfaces?

722


What is abstraction? How does it differ from encapsulation

686


What is a functional interface? What is sam interface?

718


What are the types of polymorphism?

713


What is a try/ catch block?

708






Explain about overriding polymorphism?

781


What is inheritance in java?

762


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

738


Explain about a class?

719


What is polymorphism? When is it employed? give an example.

742


Explain what is an object?

720


What is the base type from which all structs inherit directly?

688


Write about abstract base classes?

760


Can a class in java be inherited from more than one class?

668


Can we override a method by using same method name and arguments but different return types?

691