單項選擇題下列定義abc過程的語句,正確的是()

A.Dim Sub abc(x,y)
B.Public abc(x,y)
C.Private Sub abc(x,y)As Integer
D.Sub abc(x,y)


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題下列定義Funct函數(shù)過程的語句,錯誤的是()

A.Private Public Funct(a)As Integer
B.Static Function Funct(a)
C.Private Function Funct(a As Single)
D.Function Funct(a As Integer)As Integer

2.單項選擇題Visual Basic的模塊分為三類,它們是()

A.子程序模塊、函數(shù)模塊、窗體模塊
B.窗體模塊、過程模塊、標準模塊
C.子程序模塊、標準模塊、類模塊
D.窗體模塊、標準模塊、類模塊