-
-
-
Abstract classes and virtual methods
Abstract classes can be overridden by virtual methods (true, false)
-
-
C# Constructor Types
How many types of Constructor are in C#? What are they?
-
-
Convert String to Integer
How to convert sting to integer without using library function?
-
-
-
-
-
In C# events are actually a special form of delegates
A) TrueB) False
-
Which method is actually called ultimately when Console.WriteLine( ) is invoked
A) Append( )B) AppendFormat( )C) Tostring( )
-
-
Which of the following is not a member of System.Object?
a)Instance equalsb)Static Equalsc)Instance referenceequalsd)Instance Gettype
-
Which of the following is used to denote comments in C#?
Skill/Topic: IntermediateA) /* */B) //C) ///Explanation: /// is used from XML documentation
-
-
Which are the important features of IL
A) Use of attributesB) Strong data typingC) Object orientation & use of interfaceD) All of the above
-
Abstract usage in C#
Can any one give real time example for abstract class and virtual function plz in c#(.NET)
-
How can you sort the elements of the array in descending order
A) Sort methodsB) Reverse methodsC) By calling Sort and then Reverse methodsD) Can’t sort in descending
C# Interview Questions
Ans