What is anonymous class in c#?


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

Post New Answer

More C Sharp Interview Questions

What is the difference between int16 and int32 in c#?

0 Answers  


What is a nullreferenceexception?

0 Answers  


what is Anonymous Method.? and What is shadowing?

2 Answers   ATS, Infosys,


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  


Difference between direct type casting and using "as" keyword?

1 Answers   TCS,






what are the differences b/w structure and class?

10 Answers  


Please write a program to display “welcome to bestinterviewquestion.com” in c#?

0 Answers  


Explain nullable types in c#?

0 Answers  


What is difference between constants and read-only?

0 Answers  


What is main thread in c#?

0 Answers  


Can a class be private in c#?

0 Answers  


What are instance fields in c#?

0 Answers  


Categories