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 in oops?
explain dynamic binding
What is the difference between oop and sop?
Can a class in java be inherited from more than one class?
Explain about the relationship between object oriented programming and databases?
Can we use static method definitions in interfaces?
Explain what an object is.
Explain about inheritance?
Is it possible to provide method implementations in java interfaces? If possible, how do we provide them?
How can we call the base method without creating an instance?
What is constructor and virtual function? Can we call virtual funciton in a constructor?
What is the use of finalize method?
Give any criteria when you use an abstract class and an interface?
How does abstraction differ from encapsulation.
Which OOPS concept is used as a reuse mechanism?