Question: Q2: Problem Description Design a student database for MIT where students can borrow books from the library. The class holds the following information about

Q2: Problem Description Design a student database for MIT where students can

Q2: Problem Description Design a student database for MIT where students can borrow books from the library. The class holds the following information about each student: studentName, studentID, booksBorrowedList. The following two students are already in the database: Roy, MIT123, [SN1011, SN2102] Rio, MIT321, [SN2102, SN2012] Task 1: [35 Marks] a. Design the class Student with appropriate attributes and methods from the given scenario. Save this as a Student module (Student.py) which will be called in following questions. b. Add a new attribute of your choice to this class. C. Draw the UML of the class Student. d. By using the class Student, now create a new list commonbooksborrowed that can store the serial number of each borrowed book.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Computer Network Questions!