Question: solve it using OOP plz.. -> C Secure | https://csns.calstatela.edu/submission/description?assignmentld=6355750 General Description: For this assignment you will be writing a point of sale program which

solve it using OOP plz.. -> C Secure | https://csns.calstatela.edu/submission/description?assignmentld=6355750 General Description:For this assignment you will be writing a point of sale programwhich allows a user to build a computer and calculate the totalcost of the build. You will create a menu-driven program which willgive the user several options for building the computer. This program willhave you juggling several different classes at once. NOTE 1: You mayNOT make any changes to the classes as they are defined here.You may not add to, or take from the class. They needto be designed following the UML diagrams exactly. You MAY however addany additional classes you feel will enhance your program or make thecode more organized. NOTE 2: The computer parts and prices are outdatedby this point. If you wish to do your own research anduse newer parts and costs feel freel You must have at leastthree of each type of computer part. Feel free to add moreparts as you see fit. Please use package name "hw3". The ComputerClass: Computer towerCase: Case -monitor: Monitor -cpu: CPU -videoCard: VideoCard FhardDrive: HardDrive|-memory: Memory A Case object. A Monitor object. A CPU object. AVideoCard object. A HardDrive object. A Memory object. Constructor. +Computer(case: Case, monitor:Monitor, cpu: CPU, videoCard: VideoCard, hardDrive: HardDrive, memory: Memory) +getCase(): Case +getMonitor():solve it using OOP plz..

-> C Secure | https://csns.calstatela.edu/submission/description?assignmentld=6355750 General Description: For this assignment you will be writing a point of sale program which allows a user to build a computer and calculate the total cost of the build. You will create a menu-driven program which will give the user several options for building the computer. This program will have you juggling several different classes at once. NOTE 1: You may NOT make any changes to the classes as they are defined here. You may not add to, or take from the class. They need to be designed following the UML diagrams exactly. You MAY however add any additional classes you feel will enhance your program or make the code more organized. NOTE 2: The computer parts and prices are outdated by this point. If you wish to do your own research and use newer parts and costs feel freel You must have at least three of each type of computer part. Feel free to add more parts as you see fit. Please use package name "hw3". The Computer Class: Computer towerCase: Case -monitor: Monitor -cpu: CPU -videoCard: VideoCard FhardDrive: HardDrive |-memory: Memory A Case object. A Monitor object. A CPU object. A VideoCard object. A HardDrive object. A Memory object. Constructor. +Computer(case: Case, monitor: Monitor, cpu: CPU, videoCard: VideoCard, hardDrive: HardDrive, memory: Memory) +getCase(): Case +getMonitor(): Monitor +getCPU): CPU + getVideoCard: VideoCard + getHardDrive: HardDrive + getMemory): Memory Getter for the Case. Getter for the Monitor. Getter for the CPU. Getter for the Video Card. Getter for the HardDrive. Getter for the Memory. I nuo 9:11 PM

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