Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created September 18, 2019 15:46
Show Gist options
  • Save parzibyte/237ede732a59fd0669b075df998491a2 to your computer and use it in GitHub Desktop.
Save parzibyte/237ede732a59fd0669b075df998491a2 to your computer and use it in GitHub Desktop.
// Arreglo de objetos
Mascota[] mascotas = new Mascota[2];
mascotas[0] = new Mascota("Maggie");
mascotas[1] = new Mascota("Panqué");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment