单选题Which will declare a method that is available to all members of the same package and be referenced without an instance of the class?()Aabstract public void methoda ();Bpublic abstract double inethoda ();Cstatic void methoda (double dl) {}Dpublic native
题目
单选题
Which will declare a method that is available to all members of the same package and be referenced without an instance of the class?()
A
abstract public void methoda ();
B
public abstract double inethoda ();
C
static void methoda (double dl) {}
D
public native double methoda () {}
E
protected void methoda (double dl) {}
相似考题