Hello everyone. I'm new to this forum. My name is Mishkat and I have a huge project (well, it seems gigantic to me) due soon. I absolutely have no idea how to even get started. I'm a brand new programmer btw. My assignment is on this link: https://www.dupontmanual.org/wikis/ap/MMDB

if anyone can take a look at the project. What I need to do is create the classes (Book, Video,
VideoGame, BoardGame, Song, and CD) and extend them to an Item class. I also have to write the
methods buy(), info(), addItem (to the database class), addSong (to the CD). Item is going to be a
superclass for all of the subclasses. for each Item, I have to keep track of whether or not I have it *in collection* or if it's *on wish list*. any help would be greatly appreciated. Thanks guys.