What is the difference between Const and Static in C# ?

Posted by Praveen on Stack Overflow See other posts from Stack Overflow or by Praveen
Published on 2010-03-25T03:42:47Z Indexed on 2010/03/25 3:53 UTC
Read the original article Hit count: 158

Filed under:

Hi All,

I am eager to know the difference between ac onst variable and a static variable.

As far as I know a const is also static and can not be accessed on instance variable that's same like static , then what is the difference between them ?

Please explain ...

© Stack Overflow or respective owner

Related posts about c#