Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Lecture Assignment 2, Assignments of Object Oriented Programming

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

2022/2023

Uploaded on 02/25/2024

faye-camille-pagarigan
faye-camille-pagarigan 🇵🇭

2 documents

1 / 1

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Buri, Faye Camille CCS222-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

Partial preview of the text

Download Lecture Assignment 2 and more Assignments Object Oriented Programming in PDF only on Docsity!

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