Point p = new Point(0.0, 0.0);
  Circle c = new Circle(p, 10.0);
  System.out.println("The area is " + c.area());