Guest User

Untitled

a guest
Dec 13th, 2018
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. public class AtitudeNobre implements Bonus{
  2.  
  3.  
  4. @Override
  5. public Double calcularBonus(Funcionario funcionario) {
  6. return funcionario.calcularSalarioComBonificacao() + 100;
  7. }
  8.  
  9. }
Add Comment
Please, Sign In to add comment