
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
1. Create a sequence diagram for the following scenario: MainApp instantiates BlockSectionDA that acts as the persitent object of blockSectionFile. BlockSectionDA reads the blockSectionFile until the last row. Everytime one row is read, a BlockSection object is created and filled up with data from blockSectionFile. Each BlockSection object is added to blockSectionList. BlockSectionDA instantiates another persistent object StudentDA. StudentDA reads the studentFile until the last row. Everytime one row is read up to the last, a Student object is created and filled up with data from studentFile. Each Student object is added to the studentList. studentList is returned to BlockSectionDA; blockSectionList is returned to MainApp.
Typology: Assignments
1 / 1
This page cannot be seen from the preview
Don't miss anything!
Buri, Faye Camille CCS 222 - 18 2BSCS- 1 Lec Assign 3 Sequence Diagram Note: The reference for the attributes of the objects, BlockSection and Student, are from the previous activity done last Feb. 5 (Monday) during OOP Lab F2F classes. GitHub Repository Link: https://github.com/fayecamilleburi/2BSCS- 1