|
Related Questions |
View Answer |
|
Structs and classes support inheritance
|
View Answer
|
|
Interfaces provide implementation of methods
|
View Answer
|
|
You can inherit multiple interfaces in C#
|
View Answer
|
|
Even if an exception hasn’t occurred, the ‘finally’ block will get executed
|
View Answer
|
|
C# collection allows accessing an element using a unique key?
|
View Answer
|
|
There can me more than 1 Main() functions in a C# program
|
View Answer
|
|
Namespaces are used to
|
View Answer
|
|
The base class Arrray belongs to the mamespace
|
View Answer
|
|
IF a namespace isn't supplied, which namespace does a class belong to
|
View Answer
|
|
System is a
|
View Answer
|
|
To start a Thread, you call the following method
|
View Answer
|
|
Which tool is used to browse the classes, structs, interfaces etc. in the BCL?
|
View Answer
|
|
You can derive your own classes from the base class Library
|
View Answer
|
|
The 'finally' keyword is supported in C#?
|
View Answer
|
|
Attributes
|
View Answer
|
|
An assembly can be stored across multiple files?
|
View Answer
|
|
Which of the following is used to denote comments in C#?
|
View Answer
|
|
Which of the following is an explusive feature of C#?
|
View Answer
|
|
All .NET code have to be CLS compliant
|
View Answer
|
|
The methods which can be called without instantiating an object first are called
|
View Answer
|