单选题
以下过程定义语句合法的是______。
A、
Private Sub Sub1(A()As String) As Integer
B、
Private Sub Sub1(ByVal A() As String)
C、
Private Function Test(Test As Integer) As Integer
D、
Private Function Test(ByVal n As Integer)
【正确答案】
D
【答案解析】
提交答案
关闭