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 is the feature which is common to all .net languages?
What languages does the .net framework support?
what is difference between namespace and assembly?
What is jagged array in vb.net?
Write a program to find all text files in a logical drive and return the count of the number of files?
Explain the components of common language runtime.
What is redim keyword and its use?
How would you implement inheritance using vb.net?
What is the difference between datagrid and gridview?
Define clr?
Explain the difference between vb.net and c#, related to oops concepts?
Explain the difference between thread and process?
Which dll is used for microsoft .net run time?
What is the class that allows an element to be accessed using unique key?
What are the difference between dispose(), close(), exit(), end()? When do we use them?