Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package cl.boti;
- public class MiClandestino {
- public static void main(String[] args) {
- Botella miBotella = new Botella("Medio Litro", "Baltica");
- Cerveza miCervesa = new Cerveza(650);
- Botilleria miBoti = new Botilleria(miCervesa,"Clandestino de la Esquina SPA.");
- System.out.println(miCervesa.getPrecio());
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement