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
Explain what is object oriented programming language?
What is polymorphism and abstraction?
What are the main features of oops?
Can you instantiate an abstract class and what is an inner class?
What is the difference between an error and an exception?
How do you prevent a class from being inherited by another class?
Is is possible to define our own functional interface?
What is the difference between function overloading and over riding?
What is an abstract property. Give an example?
What are the basic concepts of oop?
Can we access interface static method using interface references?
Can I implement polymorphism using abstract class?
What is super keyword?
What is the difference between a virtual method and an abstract method?
How does abstraction differ from encapsulation.