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
Explain managed code?
Explain clr?
Define cls?
Which namespace are used for accessing the data?
What is the use of console application?
What are the differences between c# and visual basic.net?
Write the role of new keyword?
What are the features of c# which are not present in vb.net?
Explain how to store decimal data in .net?
Which is the base class for all the classes in .net framework?
Is vb net a scripting language?
Can you please explain the difference between system.string and system.stringbuilder classes?
Can you please explain the difference between value and reference types?
What do you mean by serialization and deserialization and it's use.
Explain about branching logic control in vb.net?