Difference: Object Oriented Analysis (OOA) and Object
Oriented Design (OOD)?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / puri
OOA focuses on what the system does, OOD on how the system
does it
| Is This Answer Correct ? | 73 Yes | 9 No |
Why is OOP good?
Can we reduce the visibility of the inherited or overridden method ?
What are the properties that are defined in an object model?
What is SRD(System Requirement document), FSD (Functional Specification Document), RSD (Requiremnet specific document)? If these are different document wat are there contents?
1 Answers College School Exams Tests, HP, Infosys,
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?
How to resolve many to many relationship?
6 Answers InfoAxon Technologies, Protech, Samsung,
What is the significance of encapsulation?
Difference between abstraction and implementation hiding ?
Give any criteria when you use an abstract class and an interface?
0 Answers Sans Pareil IT Services,
What is polymorphism and abstraction?
0 Answers Agilent, Integreon, ZS Associates,
What is abstract method?
What is serialization? How do we implement serialization actually?