单选题 在以下事件中,Private表示 Private Sub sub1(x As Integer,y As Integer) ... End Sub
【正确答案】 B
【答案解析】[分析] Private表示只有在包含其声明的模块中的其他过程可以访问该Sub过程。