皮皮学,免费搜题
登录
搜题
【多选题】
public abstract class Geometry { public abstract double getArea(); } public class Circle extends Geometry { private double r; public Circle( double r){ this .r=r; } public double getArea(){ return ( 3.14 *r*r); } } public class Volume { Geometry botton; double height; public Volume( Geometry botton , double height){ this .botton=botton; this .height=height; } void changeBotton(o botton){ this .botton=botton; } public double getVolume(){ return botton.getArea()*height; } } 关于上述代码的说法,正确的是:
A.
Volume类中使用抽象类Geometry作为构造的函数是错误,因为它不能被实例化
B.
Volume类可以作为参数或对象类型使用
C.
Volume体现了面向抽象编程的思想,即Geometry的子类都可以作为参数传递给Volume类的对象
D.
Volume v = new Volume(new Circle(5),5);调用是错误的
拍照语音搜题,微信中搜索"皮皮学"使用
参考答案:
参考解析:
知识点:
.
..
皮皮学刷刷变学霸
举一反三
【简答题】已知函数.(Ⅱ)写出的单调递增区间.17.已知函数 . (Ⅱ)写出 的单调递增区间.
【简答题】什么是安慰诱导物?17.什么是安慰诱导物?
【单选题】In June 2011, which country did President Barack Obama announce the beginning of large-scale troop withdrawals?
A.
Afghanistan
B.
Yugoslavia
C.
Israel
D.
Syria
【简答题】有“雨巷诗人”之称的诗人是()。
【简答题】用最简的方法计算:(-1002)×17.
【简答题】为何德智体等“六育”是教育内容历史发展的结论?
【单选题】享有“雨巷诗人”美称的诗人是()
A.
臧克家
B.
卞之琳
C.
殷夫
D.
戴望舒
【简答题】4(x+0.5)+x=17.
【单选题】美国环保署认定的人类所能承受的最大噪声是___________分贝。
A.
60
B.
70
C.
80
D.
90
【简答题】-20+(-15)-(-28)-17.