Sunday, 28 April 2013

What is the difference b/w Readonly Variable and Constant Variable? | VB.Net Interview Questions

variable used to store the data
Read only variable:-
Read only variable means read only but not allow to write
Constant:
constant variable specify the constant value.

No comments: