Home

What is the correct answer?

4

Only derived class can have shadows keyword

A. True

B. False

Correct Answer :

A. True


Related Questions

VB.NET supports Multi Level Inheritance Two commands can be written in the same line using To override Finalize function the scope of the function must be To add controls at runtime use Set method is used to To add items stored in an array to a ListView use To retrieve the default path of the project use Structured and Unstructured exceptions can't be mixed If MustOverride is used then ____________ is also a must. A form can have only one default button What cannot be done if the table has no primary key Dim a() as Integer-{1,2,3,4}is a valid statement Get method is used to The default Tab of a Tab Control is To display multiple columns in ListView the View property must be set… _________ actually updates the values in a DataSet permanently The Apply button automatically appears of the Font Dialog Box is opened Images can be loaded from FolderBrowserDialog displays If Option Explicit is on then Dim i as Integer="10" will produce an error ___________ is used to pass copies of a variable while __________ is used… To uninstall a Windows Service ____________ is use InputBox by default returns ________ values In Class, Me.Show and MyClass.Show are same (Show is method name) If a Form is Inherited from another Form and both Forms have certain codes… Dim S as Integer=10Text1=SMsgbox(Text1.Text) The EventLog's ________ method is used to write an entry to a log file Finally is fired only when error occurs We need multiple ErrorProviders from multiple controls. Using ADODB multiple tables can be connected at a time