Experiments with Interfaces

  1. What if we remove the playSong method in SpotifyPlayer?

  2. What happens if we add another method to the interface? Do we need to update every class that implements it?

Back to Learn:

Go to Interfaces to learn more with examples.

Practice Interfaces:

Practice Interfaces with exercises.