Estadísticas del PDF: herencia C++

Imágen de pdf herencia C++

herencia C++

Publicado el 21 de Mayo del 2018
704 visualizaciones desde el 21 de Mayo del 2018
99,5 KB
7 paginas
Creado hace 11a (13/02/2013)
HERENCIA

TCuenta

- int numCuenta
- string nomCliente
- double saldo
- double tipoInteres

+ TCuenta()
+ void setNumCuenta(int num)
+ void setNomCliente(string nom)
+ void setSaldo(double sal)
+ void setTipoInteres( double vint)
+ int getNumCuenta()
+ string getNomCliente()
+ double getSaldo()
+ double getTipoInteres()
+ virtual double intereses() = 0
+ ~TCuenta()

TCuentaAhorros

TCuentaCorriente

- double cuotaMantenimiento

+ TCuentaAhorros()
+ void setCuotaMantenimiento(double cuota)
+ ...

46 visualizaciones durante los últimos 90 días


5
0