-
Can you change the value of a variable while debugging a C# application?
Yes, if you are debugging via Visual Studio.NET, just go to Immediate window.
-
How many types of Inheritance is there in C#?
HI,
Can youplz tell me how many types of Inheritance is there in C#?
As per my knowledge these are following but i am not sure
-single level
-multi level
-Hierarchical inheritence
-Hybride inheritence.
there one more inheritence but its not suported by C# that is Multiple inheritence.
is it correct ?plz help me.
-
-
C# collection allows accessing an element using a unique key?
Skill/Topic: IntermediateA) KeySortB) DictC) HashTable
-
If a base class has a bunch of overloaded constructors, and an inherited class has another bunch of overloaded constructors, can you enforce a call from an inherited constructor to an arbitrary base constructor?
Yes, just place a colon, and then keyword base (parameter list to invoke the appropriate constructor) in the overloaded constructor definition inside the inherited class.
-
How do you make a class not instantiable
A) Making class as AbstractB) Having a Private constructorC) Making the class sealedD) Both A & B
-
All the .NET languages have the following in common
Skill/Topic: BeginnerA) SyntaxB) KeywordsC) Base Class Library
-
All types in C# implicitly derive from
Skill/Topic: BeginnerA) System.Object classB) System classC) System.CSharp class
C# Interview Questions
Ans