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 do you mean by operator overloading?

616


What is meant by overloading functions and operators?

582


What is hybrid inheritance?

567


If a method definition has been specified in class , its base class , and the interface which the class is implementing, which definition will be picked if we try to access it using interface reference and class object?

552


Can a class implement two interfaces having default method with same name and signature?

580






What is the difference between an error and an exception?

517


Write a program to show the inheritance used in a class.

556


Do we require a parameter for constructors?

557


What is an abstraction and why is it important?

578


Why is C not an OOP language?

582


What is single and multiple inheritance?

565


What are the major differences between late and dynamic binding?

490


Why use oops?

529


What do you mean by data hiding?

620


Why does java not support multiple inheritance?

526