Answer Posted / hr@tgksolutions.com
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 are all the parts of .net framework?
What is the role of new keyword?
What is DLL HELL in VB.NET
What is tracing?
Explain how to send xml file on server using http protocol?
What keyword is used to accept a variable number of parameter in a method?
Explain the difference between namespace and assembly?
Write a program that would find the nth term of a geometric progression, given the value of first term and common ratio. Any inbuilt function that the language provides for calculating exponent should not be used.
Explain the differences between vb.net and c#, related to oops concepts?
Can you please explain the difference between dataset and datareader?
What is public assembly?
Define clr?
What is strong name in .net assembly?
How to view an assembly?
Which class allows an element to be accessed using unique key?