1 2 public class Figure { 3 public double getArea(int length, Shape shape){ 4 return shape.getArea(); 5 } 6 }