• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Differences between OOA and OOD?

 
Ranch Hand
Posts: 50
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think the differences between Analysis and Design are pretty straight forward. But what are the key differences between OOA and OOD? In particular why this analysis is called OOA?
Thanks!
 
Ranch Hand
Posts: 1157
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
If we talk in terms of artifacts, most of them in OOA is developed for understanding the requirements rather than implementing it.It is in terms of real-world concepts and how they associate with each other.The major artifacts in this step are Usecases and Conceptual Model
OOD has artifacts, which are focussed towards implementation of the problem domain.Here we talk in terms of software objects not real-time objects.The major artifacts in this step are Collaboration Diagrams and Design Class Model.
Hope this helps,
-- Sandeep
 
reply
    Bookmark Topic Watch Topic
  • New Topic