Answer Posted / glibwaresoftsolutions
To share a variable or method within a class, use the static keyword. Static variables are those that, once defined, are created and shared by all objects at the class level in a single copy.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What languages does the .net framework support?
What are the technology areas that microsoft.net contains?
What is vb.net used for?
What is datatype conversion?
Name some of the features present in vb 2005?
Explain nested classes?
What is DLL HELL in VB.NET
How does vb.net achieve polymorphism?
described weak typing?
What are the various open source tool available for VB.NET?
Explain private assembly?
What is portable executable?
What is the significance of delegates. Where should they be used? What are the situations where we require them?
What is the difference between compiler and interpreter?
Did vb6 support multi-threading ?