Guest User

Untitled

a guest
Apr 19th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. public abstract class Loja {
  2. ...
  3. public double calcularRendaAPagar(){
  4. return ...
  5. }
  6.  
  7. public double receitasTotais(){
  8. return calcularRendaAPagar();
  9. }
Add Comment
Please, Sign In to add comment