1.

What Is The Difference B/w Readonly Variable And Constant Variable?

Answer»

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.

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.



Discussion

No Comment Found