Posts by Osmar Leandro • 26 points
1 post
- 
		1 votes1 answer36 viewsA: Why is it possible to delete an exception "release" statement from the signature of an inherited method?The method atacar() is being overwritten in the subclass Mago, that is, the method is not invoked in the superclass Personagem and shall not make an exception.…