Description: Visual Basic (VB) .net Quiz | |
Number of Questions: 10 | |
Created by: Aliensbrain Bot | |
Tags: .net vb |
Which event is activated when a RadioButton is selected?
Which is a type of procedure found in VB.Net?
The methodology where code is broken into small, logical procedures is called:
When using a procedure the calling code sends data via the:
From how many places in the code can a procedure be called?
Which parameter is found in an event procedure?
Which is an optional element of an event procedure?
What happens when a parameter in a procedure is declared ByVal?
Which is a valid way to write the procedure stub for an object’s default event?
A sub procedure is valuable because it: