Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JerePrograma/FullStackEgg
/ Cuenta
Method
Cuenta
Etapa2POO/Ejercicio5Extra/src/entidad/Cuenta.java:13–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
11
private
String titular;
12
13
public
Cuenta() {
14
}
15
16
public
Cuenta(double saldo, String titular) {
17
this.saldo = saldo;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected