Why do we Need of static 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 are extensions in c#?

0 Answers  


What is ENUM?

10 Answers   TCS, Wipro, YeshTech,


Is there hashmap in c#?

0 Answers  


What is wcf c#?

0 Answers  


Can I define a type that is an alias of another type (like typedef in c++)?

0 Answers  






Why do we parse in c#?

0 Answers  


What is variable in c#?

0 Answers  


What is the use of getcommandlineargs() method in c#.net?

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  


How do I calculate relative time?

0 Answers  


Define multicast c# delegate?

0 Answers  


What is manifest ?

3 Answers   Digital GlobalSoft,


Categories