Experiments with Interfaces
-
What if we remove the
playSong
method inSpotifyPlayer
? -
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.