Visual Basic - Study Mode
[#176] To covert a number from one data type to another, you use the . . . . . . . .
Correct Answer
(A) Convert class
[#177] Programmers use . . . . . . . . when they need to store related items in an array, even though the members have different data type.
Correct Answer
(A) Structure variable
[#178] You can set the control's tab index property using . . . . . . . .
Correct Answer
(A) Properties window
[#179] A class . . . . . . . . all the behavior and attributes of an object.
Correct Answer
(A) Encapsulates
[#180] When referring to the method's return value in code, one should use the . . . . . . . . value rather than the integer.
Correct Answer
(D) DialogResult