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 difference between import system.data.sqlclient and system.data.oledb?
What is meant by jagged arrays?
Explain code security?
What is enumerator?
What is the use of system.diagnostics.process class?
What is the size of .net object?
What is the advantage of using system.text.stringbuilder over system.string?
Name some different types of control?
What is globalization?
What is the feature which is common to all .net languages?
How can I extract the formated word(bold,italic,underline,font,color etc) from the msword file.?
Explain the difference between an xml "fragment" and an xml "document."
List the types of generations in garbage collector?
Explain an assembly?
What is deep copy?