Using c++, you are to design a system to keep track ofeither a CD or DVD/Blu-ray collection. The program willonly work exclusively with either CDs or DVDs/Blu-rays since someof the data is different. Which item your program will work withwill be up to you. The data will be stored in a file. The data fromthe file will be stored in a text (.TXT) file as records.Each CD/DVD/Blu-ray in the collection will be representedas a class, so there will be one class that is theCD/DVD/Blu-ray. The CD class will be limited to five (5)songs, and the class will need to keep
OR
OR