What is the .NET collection class that allows an element to be accessed using a unique key?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

What is private readonly in c#?

0 Answers  


What is a console file?

0 Answers  


Is c sharp and c# are same?

0 Answers  


What are Indexers in C#?

0 Answers   SwanSoft Technologies,


In object oriented programming, how would you describe encapsulation in c#?

0 Answers  






If we inherit a class do the private variables also get inherited ?

6 Answers   TCS,


what is the difference between interface and abstraction?

5 Answers   Choice Solutions, IBM,


What are winforms in c#?

0 Answers  


What is task parallel library?

0 Answers  


what is the Difference between the public and private ?

0 Answers   Microsoft,


If there are 2 interface IParentInterface & IChildInterface as follows. interface IParentInterface { void InterfaceMethod(); } interface IChildInterface : IParentInterface { void InterfaceMethod(); } Both the interface contains method with same name InterfaceMethod(). How InterfaceMethod() will be handled in IChildInterface as its deriving IParentInterface

3 Answers  


Define multicast delegate? How it be used?

0 Answers   Siebel,


Categories