Ejemplo n.º 1
0
 public static void RepetirLoQueMeDicen(Mascota mascota, string texto)
 {
     Console.WriteLine(texto + " (" + mascota.Nombre + " dixit)\n");
 }
Ejemplo n.º 2
0
 public static void CapturarLoQueMeDicen(Mascota mascota, string texto)
 {
     Console.WriteLine(mascota.Nombre + " dijo \"" + texto + "\"\n");
 }