How do you declare static variable and how it is declared
and what is its lifetime?
Answer Posted / pratik
Hi,
Static variables are declare through the
Static Var1 as Integer
The scop of the Var1 is within the module where its is
defined
| Is This Answer Correct ? | 18 Yes | 20 No |
Post New Answer View All Answers
What is trace in vb.net?
Explain the differences between vb.net and c#, related to oops concepts?
What are the parts of the visual basic control?
What is a static variable?
What are the advantages of migrating to vb.net?
What is globalization?
Explain how to achieve polymorphism in vb.net?
how to get dynamic control array position or its index position?
Explain the difference between value and reference types?
What is the difference between custom control and user control?
What is the feature anonymous type?
what is commom language runtime?
What is branching logic control in VB.NET?
What is difference between inline and code behind?
What are option strict and option explicit?