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
How can we call the base method without creating an instance?
Is it possible to create partial structs, interfaces and methods?
What is ‘this’ pointer?
What is Overloading ? Is it similar to overriding ?
Explain the abstract class modifier?
What is garbage collection(gc)?
Why abstraction is important?
Why are virtual users created?
What is the base type from which all structs inherit directly?
explain the difference between operator overloading and function overloading.
Differentiate between data abstraction and encapsulation.
what is virtual function and pure virtual function ?
Classes and structs support inheritance. Is this statement true or false?
Differentiate between an abstract class and an interface?
What is the difference between an abstract class and interface in java?