Beispiel #1
0
 public bool coincideCon(Mascota m)
 {
     return((this.nombre == m.nombre) && (this.duenno.coincideCon(m.duenno)));
 }