Java父类Shape

package com.itheima;

public class Shape {
    public double  getArea()
    {
         return 1.0;
    }
}

posted @ 2019-10-13 20:16  AmosAlbert  阅读(123)  评论(0编辑  收藏  举报