What is yield keyword?


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

Post New Answer

More C Sharp Interview Questions

how to prevent a class from being inherited in c#.net?

0 Answers  


what is class libraries?

1 Answers  


What is iqueryable in c#?

0 Answers  


how to handle errors in sqlserver

1 Answers  


Can abstract classes be final?

0 Answers  






What are abstract classes in c#?

0 Answers  


Ho we can see assembly information?

0 Answers  


What is using directive in c#?

0 Answers  


Is nullable type c#?

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,


Can a dictionary have the same key?

0 Answers  


Name some properties of array.

0 Answers  


Categories