Microsoft Dot Net Master

Microsoft Dot Net Master
Microsoft Dot Net Master

Sunday, February 17, 2013

What is the Difference between read only and constant variables?


Read only can assign the values at runtime only.
Constant will assign the values at compile time only.
We cannot modify the both variable values.

No comments:

Post a Comment