来源:奥鹏远程教育 日期: 作者:奥鹏作业辅导
若有定义 class A{int x,y; static float f(int a){…} float g(int x1,int x2){…}} 及A a1=new A();则下列用法中合法的是( )。满分答案
若有定义 class A{int x,y; static float f(int a){…} float g(int x1,int x2){…}} 及A a1=new A();则下列用法中合法的是( )。
A.g(3,2)
B.a1.g(2,5)
C.a1.f(4)
D.f(3)
答案:ABD
若有定义 class A{int x,y; static float f(int a){…} float g(int x1,int x2){…}} 及A a1=new A();则下列用法中合法的是( )。历年参考题目如下: