|
Related Questions |
View Answer |
|
It is not possible for a delegate to wrap more than 1 methos
|
View Answer
|
|
It is perfectly legitimate to throw exceptions from catch and finally blocks
|
View Answer
|
|
Constructors can not be static
|
View Answer
|
|
Which of the following statement is invalid with regards to constructor
|
View Answer
|
|
Which method is implicitly called when an object is created
|
View Answer
|
|
Interface members can not be declared as
|
View Answer
|
|
It is not permitted to declare modifier on the members in an interface definition
|
View Answer
|
|
Which of the following statements is not true for interfaces
|
View Answer
|
|
Sealed class can be inherited
|
View Answer
|
|
Which of the following can not be declared as virtual
|
View Answer
|
|
By declaring a base class function as virtual we allow the function to be overridden in subclasses
|
View Answer
|
|
Which of the following is not a C# reserved keyword
|
View Answer
|
|
The compiler throws an error if XML comments is not well formed
|
View Answer
|
|
How do you choose 1 entry point when C# project has more Main( ) method?
|
View Answer
|
|
Is it possible to inherit a class that has only private constructor?
|
View Answer
|
|
How can i check whether a dataset is empty or not in C#.net
|
View Answer
|
|
What is XML Schema?
|
View Answer
|
|
What is the default Function arguments?
|
View Answer
|
|
How do i read the information from web.config file?
|
View Answer
|
|
What is object pooling
|
View Answer
|