Пример #1
0
 public static void PrintRat(Rat a)
 {
     Console.WriteLine(a.Speak());
 }