Question: Description: This question requires the creation of an object-oriented Python project to manage the devices at a University. - The project manages information for devices,

Description: This question requires the creation of an object-oriented Python project to manage the devices at a University. - The project manages information for devices, departments and staff. Text files hold the details of the same. You are required to select the attributes that define these classes. - Each department can own any number of devices. Each department should have at most two staff to maintain the devices. There are two special types of devices: PCs and laptops. PCs are assigned to the labs, whereas laptops are assigned to faculty. The task generates reports for device ownership for each department. - For a staff, the system should list the devices that staff is responsible for. - For a device, the system should list the department where that device is given. - For a department, the system should list current devices

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 Programming Questions!