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
how to get dynamic control array position or its index position?
What is DLL HELL in VB.NET
What is trace in vb.net?
What is difference between import system.data.sqlclient,system.data.oledb?
Explain the difference between value and reference types?
What is strong name in .net assembly?
What is a preprocessor directive in vb.net?
Explain managed code?
What is a stream in vb.net?
Explain the difference between .dll extension and .exe extension files?
Define clr?
Explain private assembly?
Compare c# and visual basic.net?
Explain the differences between vb.net and c#, related to oops concepts?
Can we use Vb.Net and C# language simultaneously in one .Net application?