Wednesday, June 18, 2014

constant vs readonly in c#

constant vs readonly in c#


There is just a minute difference between the constant and the readonly, both of them looks the same but small difference is there in assigning the value to both of them. below URL shows a neat differences between the two

http://dotnetbites.com/c-constant-vs-readonly

No comments:

Post a Comment