|
Related Questions |
View Answer |
|
Which language is more suitable for writing extermely high performance mission critical applications?
|
View Answer
|
|
Events in C# are impltemented using:
|
View Answer
|
|
A delegate in C# is similar to:
|
View Answer
|
|
We can call COM objects in C# using :
|
View Answer
|
|
1. Are there some features of C# language not supported by .NET?
|
View Answer
|
|
To change the value of a variable while debugging , the following window is used
|
View Answer
|
|
Method Overloading and Overriding are the same
|
View Answer
|
|
A virtual method can’t be over ridden
|
View Answer
|
|
XML documents for a C# program can be generated using
|
View Answer
|
|
What is a multicast delegate?
|
View Answer
|
|
The following type of class can’t be instantiated
|
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
|