What does static mean in c sharp?



What does static mean in c sharp?..

Answer / Chetan Kashyap

In C#, the keyword 'static' can be used to declare variables or methods that belong to a type itself rather than an instance of the type. This means that they are shared among all instances of the class.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Define property in c#.net?

1 Answers  


What is mvc pattern in c#?

1 Answers  


What is difference between il and dll ?

1 Answers  


What is out in c#?

1 Answers  


Is a dll an assembly?

1 Answers  


What does it mean?

1 Answers  


What is the difference between list and arraylist in c#?

1 Answers  


What is a partial class in c#?

1 Answers  


Explain circular reference in c#?

1 Answers  


Difference between value and reference type.

1 Answers  


What does protected internal access modifier mean?

1 Answers  


What is tryparse?

1 Answers  


Categories