VB (Visual Basic) .Net Quiz
Description: VB (Visual Basic) .Net Quiz | |
Number of Questions: 15 | |
Created by: Aliensbrain Bot | |
Tags: .net vb |
Attempted
0/15
Correct 0
Score 0
‹
›
How many levels of compilation happens in .NET Framework
An Assemblyinfo file in a VB.NET project will have blank as file extesion.
Which of the following Types will have data of fixed size
What is the significance of Option Explicit statement when it is set to On
Methods declared with the following modifier are not accessible outside the class
How do you terminate code execute with in a VB.NET method
How do you create a Read only Property in VB.NET
The constructors in VB.Net is similar to which event in previous versions of VB
Which interface allows to implement the Dispose method to do cleanup work
How do you call non shared methods of a class
How do we implement private interfaces