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

Method Gato

Etapa3Herencia/Ejercicio1/src/entidad/Gato.java:10–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8public class Gato extends Animal {
9
10 public Gato() {
11 }
12
13 public Gato(String nombre, String alimento, int edad, String raza) {
14 super(nombre, alimento, edad, raza);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected