What is a 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

Why do we need serialization?

0 Answers  


What is extended class in c#?

0 Answers  


public void A() { int x; x = 8; x *= 4 + 8 / 2; } Given the above code, what is the value of "x"?

8 Answers  


what is a callback function?

4 Answers  


What are the benefits of using generics in c#?

0 Answers  






What is a clr host?

0 Answers  


What is xor operator in c#?

0 Answers  


Why are local variables stored in stack?

0 Answers  


What is a factory in c#?

0 Answers  


class Employee { stat9c Method1() static Method2(ref a) stat9c Method3(out x) } class Employee { stat9c Method1() static Method2(ref a) stat9c Method3(out x) } what will happen & why?

2 Answers  


what is the lifespan of the items stored in viewstate ?

4 Answers  


What is ienumerator c#?

0 Answers  


Categories