Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JerePrograma/FullStackEgg
/ Carta
Method
Carta
Etapa3Relaciones/Ejercicio3/src/entidad/Carta.java:24–25 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
private
String palo;
23
24
public
Carta() {
25
}
26
27
public
Carta(
int
numero, String palo) {
28
this.numero = numero;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected