1) Which of the following access modifier specifies that one or more declared programming elements are accessible from within the assembly that contains their declaration, not only by the component that
A) ByRef B) ByVal C) Default D) Friend
2) The __________ class provides static methods to start, stop, or filter Windows message in an application.
A) Forms B) Control C) Windows D) Application
3) Which of the following collection class of VB.NET uses a key as well as an index to access the items in a list?
A) Arraylist B) Hashtable C) Sortedlist D) stack
4) Which is not a property of the common control class?
A) Font B) Show C) Fore color D) BackColor
1) Which of the following access modifier specifies that one or more declared programming elements are accessible from within the assembly that contains their declaration, not only by the component that
A) ByRef B) ByVal C) Default D) Friend
Answer:
D) Friend
2) The __________ class provides static methods to start, stop, or filter Windows message in an application.
A) Forms B) Control C) Windows D) Application
Answer:
D) Application
3) Which of the following collection class of VB.NET uses a key as well as an index to access the items in a list?
A) Arraylist B) Hashtable C) Sortedlist D) stack
Answer:
C) Sortedlist
4) Which is not a property of the common control class?
A) Font B) Show C) Fore color D) BackColor
Answer:
B) Show
Comments
Leave a comment