package jichuti; public interface Shape { String getColor(); double getArea(); }