Makes sense. I guess an advantage of interfaces is...
# getting-started
c
Makes sense. I guess an advantage of interfaces is the way you can give multiple classes a way to handle a set of callbacks (for instance by making some Activities implement a callback interface for a Fragment class). Although I've never really liked doing that too much for some reason 😄