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

Method Gato

Etapa3Herencia/Ejercicio1R/src/entidad/Gato.java:5–6  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3public class Gato extends Animal {
4
5 public Gato() {
6 }
7
8 public Gato(String nombre, String alimento, int edad, String raza) {
9 super(nombre, alimento, edad, raza);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected