What is the difference between Const and Static in C# ?
- by Praveen
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 ...