-
The methods declared with the following modifier are not accessible outside the class
A) ProtectedB) FriendC) PrivateExplanation: Private functions are available with in the class module
-
It is possible to specify the base of the array Other than 0
A) TrueB) FalseExplanation: In VB.NET Arrays index always begin at 0.
-
Which of the following are not a member of String Type
A) ConcatB) CopyC) JoinExplanation: Join is not a member of String class
-
Which of the following type has been introduced in VB.Net compare with VB
A) SingleB) DoubleC) Decimal
-
An Assemblyinfo file in a VB.NET project will have _______ as file extesion.
A) .configB) .vbC) .cs