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 about uml?
What is dynamic or run time polymorphism?
Explain about overriding polymorphism?
How many instances can be created for an abstract class?
What is meant by function overloading and function overriding?
What is the main difference between a class and an object?
What is inheritance in java?
What is an abstraction?
What does the “abstract” keyword mean in front of a method? A class?
Why is OOP good?
What if we make the method as abstract in another interface?
Differences between functional programming and object-oriented programming?
Define a good interface?
Can an interface have an inner class?
What is bootstrap, extension and system class loader?