Iterators
The TvShow class must have the behavior of an iterable on episodes: iterating over a TV series
should give us the episodes one after the other.
Add that behavior.
Add the collection special methods.
Do the same on the Playlist class.
The TvShow class must have the behavior of an iterable on episodes: iterating over a TV series
should give us the episodes one after the other.
Add that behavior.
Add the collection special methods.
Do the same on the Playlist class.