Beispiel #1
0
 public override string ToString()
 {
     return(Vehiculo.Mostrar(this) + "\n-TIPO: " + this.tipo + "\n");
     //return Vehiculo.Mostrar(this) + "\n-TIPO: " + this.tipo+"\n";
 }
Beispiel #2
0
 public override string ToString()
 {
     return(Vehiculo.Mostrar(this) + "\n-CILINDRADA: " + this.cilindrada + "\n");
 }