1 / 6

Object vs. Function-Oriented Analysis and Design (Structured Analysis and Design)

The Library Information system. Object vs. Function-Oriented Analysis and Design (Structured Analysis and Design). Object-oriented A/D Decomposed by . Structured A/D Decomposed by functions or processes. System. The Library Information system.

tino
Télécharger la présentation

Object vs. Function-Oriented Analysis and Design (Structured Analysis and Design)

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. The Library Information system Object vs. Function-Oriented Analysis and Design (Structured Analysis and Design) Object-oriented A/D Decomposed by Structured A/D Decomposed by functions or processes System

  2. The Library Information system Object vs. Function-Oriented Analysis and Design (Structured Analysis and Design) Object-oriented A/D Decomposed by Structured A/D Decomposed by functions or processes System Record Loans Add Resource Report Fines

  3. The Library Information system Object vs. Function-Oriented Analysis and Design (Structured Analysis and Design) Object-oriented A/D Decomposed by Objects or concepts Structured A/D Decomposed by functions or processes System Record Loans Add Resource Report Fines

  4. The Library Information system Object vs. Function-Oriented Analysis and Design (Structured Analysis and Design) Object-oriented A/D Decomposed by Objects or concepts Structured A/D Decomposed by functions or processes System Catalogue Librarian Book Library Record Loans Add Resource Report Fines

  5. Figure: Conventional vs. Object - Oriented Conventional Object-Oriented Decomposed by Functions/process Objects/concepts Data type int num_of_employees; Class type class employee  … } employee full-time, part-time; Types Content One variable contains one value. number_of _employees =20; One class contains

  6. Figure: Conventional vs. Object - Oriented Conventional Object-Oriented Decomposed by Functions/process Objects/concepts Data type int num_of_employees; Class type class employee  … } employee full-time, part-time; Types Content One variable contains one value. number_of _employees =20; One class contains many objects and One object has many attributes, operations

More Related