Design a cd class where a cd object represents a single


Design a CD class where a CD object represents a single music CD. What kinds of information (artist, genre, total playing time, etc.) do you want to know about a CD?
State
Album Name instance variable
Artist instance variable
Genre instance variable
Total Playing Time instance variable
Maximum Playing Time class constant
Behaviors
getAlbumName(), setAlbumName() instance methods
getArtist(), setArtist() instance methods
getGenre(), setGenre() instance methods
getPlayingTime(), setPlayingTime() instance methods
getMaxPlayingTime() class method 

Request for Solution File

Ask an Expert for Answer!!
JAVA Programming: Design a cd class where a cd object represents a single
Reference No:- TGS0990746

Expected delivery within 24 Hours