1 / 11

Mapping Designs to Code: Implementing OOAD Class Definitions

Transform OOAD class definitions into source code, DB designs, and JSP/XML/HTML pages for implementation. This final stage includes creating class structures, attributes, and method signatures. Learn how to read the code effectively as the end goal of the design process.

lorened
Download Presentation

Mapping Designs to Code: Implementing OOAD Class Definitions

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Chapter 20 Mapping Designs to Code

  2. UP Implementation Model • Source code • DB designs • JSP/XML/HTML pages • This is the end goal of OOAD

  3. Class Definitions • From the DCD • Class, attributes and method signitures

  4. Fig. 20.1 Class def from DCD

  5. Fig. 20.2 Interactions -> methods

  6. Fig. 20.3 enterItem in Register

  7. Fig. 20.4 enterItem(cont.)

  8. Fig. 20.5 Collection Classes

  9. Fig. 20.6 makeLineItem

  10. Fig. 20.7 Impl. Order

  11. Summary • Design to code • Read the code next

More Related