|
Related Questions |
View Answer |
|
Which method is actually called ultimately when Console.WriteLine( ) is invoked
|
View Answer
|
|
Which of the following is not a member of stringbuilder
|
View Answer
|
|
In order to use stringbuilder in our class we need to refer
|
View Answer
|
|
For performing repeated modification on string which class is preferred
|
View Answer
|
|
How are the attributes specified in C#
|
View Answer
|
|
Which preprocessor directive are used to mark that contain block of code is to be treated as a single block
|
View Answer
|
|
In C# events are actually a special form of delegates
|
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
|