Advertisement
Guest User

Untitled

a guest
May 25th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. Class: Playlist
  2.  
  3. Attributes:
  4. Genre (array)
  5. Artist (array)
  6. Album (array)
  7. MP3Compatible (boolean)
  8. NumberOfSongs (integar)
  9. LengthOfPlaylist (float)
  10. PlaylistName (string)
  11.  
  12. Methods:
  13. AddSong (increase number of song to total and add to arrays)
  14. SongsRemaining (take number of songs played subtracted from total)
  15. AlphabetizeSongs (take items in array and compare first letters)
  16. TimeRemaining (would subtract time played from overall length)
  17. Rename (change playlist names)
  18. CurrentSong (total number of songs minus songs played)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement