MCPcopy Create free account
hub / github.com/JerePrograma/FullStackEgg / Perro

Method Perro

Etapa3Relaciones/Ejercicio1.2/src/entidad/Perro.java:11–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9 private String tamanio;
10
11 public Perro() {
12 }
13
14 public Perro(String nombre, String raza, int edad, String tamanio) {
15 this.nombre = nombre;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected