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
Can we use static method definitions in interfaces?
What is abstraction? How does it differ from encapsulation
What is a functional interface? What is sam interface?
What are the types of polymorphism?
What is a try/ catch block?
Explain about overriding polymorphism?
What is inheritance in java?
Which oops concept exposes only necessary information to the calling functions?
Explain about a class?
What is polymorphism? When is it employed? give an example.
Explain what is an object?
What is the base type from which all structs inherit directly?
Write about abstract base classes?
Can a class in java be inherited from more than one class?
Can we override a method by using same method name and arguments but different return types?