Why do we need indexer in c#?


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

Post New Answer

More C Sharp Interview Questions

Can a dictionary have the same key?

0 Answers  


What is ienumerator c#?

0 Answers  


How is a strongly-named assembly different from one that isn’t strongly-named?

0 Answers  


Using system; class main { public static void Main() { int a = 1; for (int i = 0; i < 10; i++) { int j = a * 5; Console.WriteLine(a + "*5=" + j); a++; } Console.ReadLine(); } }

1 Answers  


What is method in c#?

0 Answers  






Can bool be null c#?

0 Answers  


Define an abstract class?

0 Answers  


Can struct be static in c#?

0 Answers  


If a class is a ref type, how we can pass to a function.

1 Answers   Synechron,


Why do we need encapsulation in c#?

0 Answers  


What is platform independence"?

0 Answers   DELL,


What is difference between ienumerable and enumerable in c#?

0 Answers  


Categories