Correct Answer: NonInheritable
Explanation:
Note: This Question is unanswered, help us to find answer for this one
VB.NET Skill Assessment
Your Skill Level: Poor
Retake Quizzes to improve it
More VB.NET MCQ Questions
How many bits does the int datatype use in .NET?
Which Visual Studio project is not available in the 'New Project' dialog box?
Which class is not associated with System.IO?
.NET Framework programs are compiled into a CPU independent instruction set named
A difference between a listbox and a drop-down combobox is _________.
In order to determine whether a dataset has pending modifications to it's data, you would call which method?
When declaring two methods with the same names but different parameter types, you should use which keyword?
Which of the method is used to display the form as modal?
You are using the SQL Transaction class for a series of SQL statements. Where do you attach the SQLTransaction by using BeginTransaction?
A class cannot implement an interface while also inheriting from a base class.