Guest User

Untitled

a guest
Dec 14th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. cuenta_2.setTitular("Soy el nuevo titular"); //Cambiará el titular del objeto
  2. cuenta_2.ingresar(900);
  3. cuenta_2.retirar(10);
  4. alert(cuenta_2.toString());
  5. alert(cuenta_2.getTitular()); //Leerá el titular actual del objeto
  6. alert(cuenta_2.getCantidad()); //Leerá la cantidad del objeto
Add Comment
Please, Sign In to add comment