|
Related Questions |
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
|
|
Following are the features of .NET
|
View Answer
|
|
Which of these .NET languages has been specefically designed to be used with .NET?
|
View Answer
|
|
Does C# support multiple inheritance?
|
View Answer
|
|
What is JIT?
|
View Answer
|
|
What is similar in concept to IL?
|
View Answer
|
|
All types in C# implicitly derive from
|
View Answer
|
|
Which of the following are predefined reference types in C#?
|
View Answer
|
|
String is an
|
View Answer
|
|
A char in C# is
|
View Answer
|
|
An int in C# is
|
View Answer
|
|
A struct is a
|
View Answer
|
|
A class type in C# is a value type
|
View Answer
|
|
bool data type in C# is
|
View Answer
|
|
What is true about readonly variable in C# code?
|
View Answer
|
|
A local C# variable declared in the for loop is in scope in
|
View Answer
|
|
Which of the following is the correct way to instantiate an object in C#:
|
View Answer
|
|
The field variables in a class or a struct in C# are by default given a value of zero
|
View Answer
|