What is ienumerator c#?


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

Post New Answer

More C Sharp Interview Questions

How does c# generics and c++ templates compare?

0 Answers  


Is c# int immutable?

0 Answers  


What are the drawbacks of extending an interface as opposed to extending a class?

0 Answers  


Write the syntax for catching an exception in c#?

0 Answers  


Can properties be private in c#?

0 Answers  






Is array a list?

0 Answers  


What is the difference between arraylist and list in c#?

0 Answers  


How do you debug an ASP.NET Web application?

1 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,


Can you access a hidden base class method in the derived class?

0 Answers  


What is cts, clr?

0 Answers  


What is tryparse?

0 Answers  


Categories