What is the difference b/w Readonly Variable and Constant
Variable?
Answer Posted / cherran
Readonly Variable can be accessed while instantiating the
Class and CONSt - you have to manually code the constant in
each and every project.
Like:
ReadOnly Property age() As Integer
Get
Return 98
End Get
End Property
| Is This Answer Correct ? | 6 Yes | 5 No |
Post New Answer View All Answers
Why do you need Lock in Visual Basic?
Define naming convention?
What is the difference between Namespace and Assembly?
Name the two main parts of .net?
How can we store decimal data in .net?
Explain cts?
What are the differences between c# and visual basic.net?
What do you mean by Redim in VB.NET?
what is common language specification?
how many server control present in .net
What is the use of assembly?
Explain the difference between namespace and assembly?
Name a feature which is common to all .net languages?
What is break mode? What are the options to step through code?
What is redim keyword and its use?