Ejemplo n.º 1
0
 public void CallArea(Shape sh)
 {
     int a;
      a = sh.area();
      Console.WriteLine("Area: {0}", a);
 }