Visual Basic - Study Mode
[#616] In VB, The. . . . . . . . function converts all the characters of a string to capital letters.
Correct Answer
(B) ucase()
[#617] Which statement is used to define a class in visual basic?
Correct Answer
(A) Class statement
[#618] A . . . . . . . . variable is the instance of the String class.
Correct Answer
(B) String
[#619] . . . . . . . . button is used to select a control from the form.
Correct Answer
(A) Exit button
[#620] In . . . . . . . . if condition we can check more then one condition .
Correct Answer
(D) nested