CS 61B – Summer 2005 – Project 2

A playlist is a list of songs that will be played in a particular order, one right after the other. Users can add songs to the playlist, remove songs from the playlist, and get songs off of it. If songs A, B, and C are added to the playlist (in that order), then the first song that getNextSong() should return is A, followed by B, followed by C). ................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download