Interface with inheritance
Interfaces can inheritinterface VoiceMail extends Mail { . . .}
Methods remain abstract: add to
If overridden, only throws clause can be overridden by restricting which exceptions derived method can throw ##
Previous slide
Next slide
Back to first slide
View graphic version