public class Start { public static void main(String[] args) { Shape.testShape(); Circle.testCircle(); Dot.testDot(); } }