Skip to content

Instantly share code, notes, and snippets.

View Ariel-Isaacm's full-sized avatar
🚀
🌕 ⭐

Ariel Isaac Ariel-Isaacm

🚀
🌕 ⭐
  • hims & hers
  • Hermosillo, México
View GitHub Profile
package Blockbuster;
public class App {
public static void main(String[] args){
Cliente ariel = new Cliente("Ariel Camacho");
Catalogo catalogo = new Catalogo();
Serie houseOfCards = catalogo.getSeriePorNombre("House Of Cards");
System.out.println("Antes de rentar: "+houseOfCards.toString());