Discussion:
Q: Draw a GUI that will create the objects and provide access to each object's processing methods.
Each of the classes, their associated Data and their operations are given below
Classes
1. Media
Data
totalItems
Name
Serial
Operations
AddItem
getName
getSerial
getTotalItems
setName
setSerial
setTotalItems
2. CD is a Media
Data
Album
Artist
Volume
Operations
getAlbum
getArtist
getVolume
setAlbum
setArtist
setVolume
3. DVD is a Media
Data
Movie
Artist
Volume
Operations
getAlbum
getArtist
getVolume
setAlbum
setArtist
setVolume