programming languages Online Quiz - 48
Description: programming languages Online Quiz - 48 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
Attempted
0/20
Correct 0
Score 0
‹
›
Implicit cursors are declared for
What is the output of the following code in Test class Class Myclass Dim Num as Integer Private Sub New (i as integer) Num=i End sub End class Class Test Sub Main() Dim c as Myclass C=New Myclass (10) End sub End Class
OPTION exists in VB.NET
Every .NET compliant compiler generates IL:
Whats the output of following code Class A Public Overridable Sub F() End Sub End Class Class B Inherits A Public Overridable Sub F() End Sub End Class
How do you preserve the contents of an array from being cleared when the array is redimensioned?