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

Class Caballo

Etapa3Herencia/Ejercicio1/src/entidad/Caballo.java:8–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6//siguiente:
7
8public class Caballo extends Animal {
9
10 public Caballo() {
11 }
12
13 public Caballo(String nombre, String alimento, int edad, String raza) {
14 super(nombre, alimento, edad, raza);
15 }
16
17}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected