public Mujer(string cad, float a) { menstruación = false; satisfecha = true; feliz = false; ahorros = a; esc = new Escaparate(3); }
public Mujer(float ahorros, int cantRop) { menstruación = false; satisfecha = true; feliz = false; this.ahorros = ahorros; esc = new Escaparate(cantRop); }