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
What is an application domain? how they get created?
What is the feature anonymous type?
What is public assembly?
What is the differnce between managed code and unmanaged code?
What is the difference between value and reference types?
What are the advantages of an assembly?
Write the role of new keyword?
Which is the base class for all the classes in .net framework?
How to execute VB.NET PROJECTS,VB6.0 PROJECTS AND write their test cases.Need Reply Urgently
Name some of the features present in vb 2005?
Explain strong name in .net assembly?
How to view an assembly?
What is the use of errorprovider control?
Can you please explain the difference between value and reference types?
Explain about delegate?