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 inheritance hierarchies?
Differentiate between an abstract class and an interface?
Explain the implementation phase with respect to oop?
Can we access interface static method using interface references?
Which oops concept is used as reuse mechanism?
What do you mean by virtual function and virtual classes?
What are the different types of inheritance?
What is a default method? Why do we need default methods in java 8 interfaces?
Can a function be overloaded based on return types?
What is the benefit of Composition over Inheritance?
Why we use oops concepts? What is its advantage?
What is the difference between aggregation and composition?
What is the difference between data hiding and implementation?
What is the main difference between a class and an object?
What is polymorphism? When is it employed? give an example.