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
Name some of the features present in vb 2005?
Explain the difference between int and int32?
What is an assembly and its use?
What keyword is used to accept a variable number of parameter in a method?
What is the differences between dataset.clone and dataset.copy?
What are the parts of the visual basic control?
What do you mean by Redim in VB.NET?
What is the diff between vb mdi form and .net mdi form?
Explain the differences between vb.net and c#, related to oops concepts?
what is diffrence constructor and destructor in vb
What are the differences between vb.net and c#, related to oops concepts
How does vb.net achieve polymorphism?
What’s the difference between private and shared assembly?
What do you mean by serialization and deserialization and it's use.
Explain some of the exclusive features which are present in vb?