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 advantage of option strict on?
Explain public assembly?
How to connect crystal report in vb.net ?
What is the difference between a "jagged array" and multidimensional array" ?can anyone show me it practically ?
How to retrieve images in sql server database through vb.net?
How to create a constant in vb.net?
What is the difference between convert.tostring and i.tostring method?
What is branching logic control in VB.NET?
Which control is an example of an object in vb net?
write a program to develop a graphic user interface application of marks book with students names and their names.the program should show the following options main menu,add student details,display student details,maximum mark and minimum mark.
What is internal keyword in .net framework?
how to deploy vb.net with key and evaluation time? any one can help me?
What is multiple form in vb?
What is difference between metadata and manifest?
What are the differences between vb.net and c#, related to oops concepts