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 diffrence constructor and destructor in vb
What is an application domain? how they get created?
Explain clr?
Explain about branching logic control in vb.net?
Explain about the keyword must inherit?
What is the difference between system.applicationexception class and system.systemexception?
Write a VB.Net console program to check whether a number is perfect or not.
What are the different types of a stream?
Explain the difference between namespace and assembly?
What is trace in vb.net?
What does assert() method do In VB.NET
What is static member?
Explain jit?
What is branching logic control in VB.NET?
What do you mean by serialization?