Skip to content

Instantly share code, notes, and snippets.

@Jessmaxim303
Created May 15, 2019 02:17
Show Gist options
  • Save Jessmaxim303/4091649d107cc68835d5a38c4fc08b98 to your computer and use it in GitHub Desktop.
Save Jessmaxim303/4091649d107cc68835d5a38c4fc08b98 to your computer and use it in GitHub Desktop.
playlist class
Class: Playlist
Attributes:
Remember: An attribute is a property or characteristic
Genre (string)
Artist (array)
File type (array)
numberOfSong (integer)
LengthofSong (float)
playlistName (string)
MP3compatible (boolean)
Methods:
addSing (increases number of song)
songs_Remaining (sub track number of songs from total)
time_Remaining (subtracks over all length)
currentSong (minus total from current time)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment