[Solved]Design System Keep Track Either Cd Dvd Blu Ray Collection Program Work Exclusively Either Q37181908
You are to design a system to keep track of either a CD orDVD/Blu-ray collection. The program will only work exclusively witheither CDs or DVDs/Blu-rays since some of the data is different.Which item your program will work with will be up to you.The data will be stored in a file. The data from the filewill be stored in a text (.TXT) file as records. EachCD/DVD/Blu-ray in the collection will be represented as a class, sothere will be one class that is the CD/DVD/Blu-ray. The CD classwill be limited to five (5) songs, and the class will need to keepan array of five (5) strings for the song titles. It should alsomaintain the length of each song and the total length of the CD, aswell as the artist name. The DVD/Blu-ray class will have a datamember for the title of the movie, length of the movie, the year ofthe movie, and for the names of two of the main actors in themovie. There will be a class that maintains the list ofCD/DVDs/Blu-rays. This list can be limited to just 5CD/DVD/Blu-rays and provide a method to add a CD/DVD/Blu-ray, toremove a CD/DVD/Blu-ray, and to update a CD/DVD/Blu-ray.
The program should provide a menu for the user to be able toadd, delete, update and display the information in aCD/DVD/Blu-ray. The Course Project must follow standard codeformatting, as shown in the textbook code and examples. It musthave a comment block at the top of the code file with a detaileddescription of what the program does. Functions must have a commentblock with a detailed description of what it does. Pleaseput the class(es) into its own header file.
Expert Answer
Answer to You are to design a system to keep track of either a CD or DVD/Blu-ray collection. The program will only work exclusivel… . . .
OR

