Wouldn't it make sense for Sandwich to have a different get_flavor() method than its superclass?
Sandwich
get_flavor()
Nice! By adding a get_flavor() method to Sandwich, we can override the superclass's original method.
What about the self variable, though?
self