单项选择题
Which will declare the method that forces a subclass to implement it?()
A. public double methoda (): B. static void methoda(double d1) {} C. public native double methoda (): D. abstract public foid methoda (): E. protected void methoda (double d1) {}
单项选择题 What is the result?()
多项选择题 Whichthe twoarereservedwordsinJava?()