已知数组a(1 To 10)As Integer,下面调用GetValue函数正确的是( )。 Private Function GetValue(a()As Integer)As Integer For i=1 To 10 Get Value=GetValue+a(i) Next i End FunctionA.S=GetValue(a(1 To 10))B.S=GetValue(a)C.S=GetValue(a(10))D.S=GetValue a

已知数组a(1 To 10)As Integer,下面调用GetValue函数正确的是( )。 Private Function GetValue(a()As Integer)As Integer For i=1 To 10 Get Value=GetValue+a(i) Next i End Function

A.S=GetValue(a(1 To 10))

B.S=GetValue(a)

C.S=GetValue(a(10))

D.S=GetValue a


相关考题:

假定AA为一个类,a为该类私有的数据成员,GetValue( )为该类公有函数成员,它返回a的值,x为该类的一个对象,则访问x对象中数据成员a的格式为( )。 A.x.aB.x.a()C.x和gt;GetValue()D.x.GetValue()

已知类MyClass的定义如下:classMyClass{public:voidfunctionl(MyClass&c){outc.data;}statievoidfunction2(MyClas&c){coutc.data;}voidfunction3(){outdata;}statiCvoidfunction4(){COutdata;}private:intdata;}:其中有编译错误的函数是( )。A.function1B.function2C.function3D.function4

interfaceA{publicintgetValue()}classBimplementsA{publicintgetValue(){return1;}}classCextendsB{//insertcodehere}Whichthreecodefragments,insertedindividuallyatline15,makeuseofpolymorphism?() A.publicvoidadd(Cc){c.getValue();}B.publicvoidadd(Bb){b.getValue();}C.publicvoidadd(Aa){a.getValue();}D.publicvoidadd(Aa,Bb){a.getValue();}E.publicvoidadd(Cc1,Cc2){c1.getValue();}

已知数Dima(1 To lO)As Integer,则下面正确调用GetValue函数的是( )。Pdvate Funtion GetValu(a() As Integer)AsIntegerA.S=GetValue(a(1 T0 10))B.S=GetValue(a)C.S=GetValue(a(10))D.S=GetValuea

假定AA为一个类,a为该类私有的数据成员,GetValue()为该类公有函数成员,它返回a的值,x为该类的一个对象,则访问x对象中数据成员a的格式为()。A.x.aB.x.a()C.x->GetValue()D.x.GetValue()

24、假定AA为一个类,a为该类私有的数据成员,GetValue()为该类公有函数成员,它返回a的值,x为该类的一个对象,则访问x对象中数据成员a的格式为()。A.x.aB.x.a()C.x-GetValue()D.x.GetValue()

假定AA为一个类,a为该类的私有数据成员,GetValue()为该类的公有函数成员,它返回a的值,x为该类的一个对象,则访问x对象中数据成员a的格式为()。A.x.aB.x.a()C.x->GetValue()D.x.GetValue()

2、假定AA为一个类,a为该类私有的数据成员,GetValue()为该类公有函数成员,它返回a的值,x为该类的一个对象,则访问x对象中数据成员a的格式为()A.x.aB.x.a()C.x->GetValue()D.x.GetValue()

18、假定AA为一个类,a为该类私有的数据成员,GetValue()为该类公有函数成员,它返回a的值,x为该类的一个对象,则访问x对象中数据成员a的语句正确的是()。A.x.aB.x.a()C.x->GetValue()D.x.GetValue()