Modify and print the COMPUTER class diagram. Each computer may have one or more operating systems installed.
Question:
Modify and print the COMPUTER class diagram. Each computer may have one or more operating systems installed. Move the Operating System class to the right of its current location and add a new class called Computer Operating System below the Computer class. Change the connecting line from Computer to Operating System to connect the Operating System class to the Computer Operating System class. Add a new relationship between the Computer class (the one end) to the Computer Operating System class (the many end). Add the following attributes to the Computer Operating System class:
HardwareInventoryNumber
operatingSystemCode
Add the following methods to the Computer Operating System class:
addComputerOperatingSystem()
removeComputerOperatingSystem()
Step by Step Answer:
Systems Analysis and Design
ISBN: 978-0133023442
9th edition
Authors: Kenneth E. Kendall, Julie E. Kendall