• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

What is the overview of the structured analysis and design?

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What is the overview of the structured analysis and design?
Thank you.
 
author
Posts: 14112
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sorry, I don't understand the question. Can you please elaborate on what you mean by "overview of the structured analysis and design", what you want to know about it and why?
Thanks!
 
jason-bhp Li
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The widespread adoption of object oriented methods, e.g., using the UML, would suggest that object oriented analysis and design is a significant improvement upon structured analysis and design.
I have to consider about above statement which to be ture.
1. A brief overview of the main aspects of the structured analysis and design.
2. The main aspects of object orientation.
3. The strengths and weaknesses of each approach.
Thank you
 
(instanceof Sidekick)
Posts: 8791
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Structured methods are book-length topics, just as are OO methods. Ed Yourdon was one of the top guys in structured stuff, and he embraced OO calling it "structured structured stuff". All the same values of goodness - low coupling, high cohesion, reusable components - but with techniques that improved your odds of success.
Find some older Yourdon books in the library, or a PJ Plauger gem called "Programming on Purpose" for the best pre-OO thoughts on coding. Online look for resources on data flow diagrams and functional decomposition, a couple of tools from the structured days.
reply
    Bookmark Topic Watch Topic
  • New Topic