What is icomparer in c#?


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

Post New Answer

More C Sharp Interview Questions

What are delegates in C#?

0 Answers   Winsol Solutions,


Is c# strongly typed?

0 Answers  


What is multicast delegate in c# ?

0 Answers  


What does question mark mean in c#?

0 Answers  


What is difference between write and writeline?

0 Answers  






What is arraylist c#?

0 Answers  


How To Maintain Transaction In C#?

1 Answers   Phoenix Technologies,


What is a method signature c#?

0 Answers  


Does c# have its own class library?

0 Answers  


Difference between debug.write and trace.write?

0 Answers  


What is the Use Of Interfaces? For example I have a interface as shown below? Interface IMyInterface { public void MyMethod(); } class MyClass : IMyInterface { public void Mymethod() { Some Code } } class Program { static void Main(string[] args) { MyClass obj = new MyClass(); obj.MyMethod(); } } Here What is My Question is? If i remove Interface and run this code, it will executed then what is the Use of the interface? Can any one give me the solution for this Problem? Thanks in Advance!

1 Answers   HCL,


Which is faster list or dictionary in c#?

0 Answers  


Categories