Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JerePrograma/FullStackEgg
/ Animal
Method
Animal
Etapa3Herencia/Ejercicio1/src/entidad/Animal.java:15–16 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13
private
String raza;
14
15
public
Animal() {
16
}
17
18
public
Animal(String nombre, String alimento,
int
edad, String raza) {
19
this.nombre = nombre;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected