Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.12 KB | None | 0 0
  1. public abstract class Veiculo {
  2.     protected double tarifa;
  3.  
  4.     public double getValorEstacionamento(double horas);
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement