What is the difference b/w Readonly Variable and Constant
Variable?
Answer Posted / kamalakannan.a
Read only variable value is changed at runtime.
but Constant variable value doesn't change.
| Is This Answer Correct ? | 15 Yes | 4 No |
Post New Answer View All Answers
How do you define a read only property in a class module?
Name a feature which is common to all .net languages?
Explain the difference between vb 6 and vb.net?
Explain the difference between dispose and finalize()?
What is the role of new keyword?
What do you understand by vb.net?
What is intermediate langauge?
Write a program to find all text files in a logical drive and return the count of the number of files?
Explain trace in vb.net?
What is the difference between readonly variable and constant variable?
Explain enumerator?
What is DLL HELL in VB.NET
What are the types of generations in garbage collector?
Define naming convention?
How does vb.net achieve polymorphism?