0

i'm currently preparing the srs documents for a project , i wounder how these documents and flow charts are transformed to classes , packages and functions?

any suggestion to books or tutorials that explain this transformation process ?

Mostafa Darwish
  • 273
  • 1
  • 4
  • 14

1 Answers1

0

What you might looking for is called "Object Oriented Design". This generally describes the process of modeling classes and structures out of real world or business objects (described in your specification). This is quite a wide topic, but as a good starting point I would recommend the book Object-Oriented Analysis and Design.

For some other suggestions see this question.

Community
  • 1
  • 1
pgenfer
  • 597
  • 3
  • 13