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
Can an interface contain fields?
Differentiate between a class and a method.
Write a note on encapsulation?
What is virtual?
Define Initialisation Purpose.
explain the difference between operator overloading and function overloading.
Why is OOP good?
Which keyword can be used for overloading?
Explain what a method is?
What is the use of destructive method?
Define Destructor?
What do you mean by "explicitly implemeting an interface". Give an example?
What is data abstraction? what are the three levels of data abstraction with Example?
Explain method overriding.
Does PowerShell support OOPs?