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 are the different types of a stream?
Define clr?
Tell me how many .net languages can a single .net dll contain?
Name and explain some of the exclusive features which are present in vb?
Explain about visual basic.net?
What are all the differences between dispose and finalize()?
Explain convert.tostrin?
Explain option explicit?
Write program in VB.Net with SQL Server and Crystal Reports to develop a small windows application to add,edit,save, search and print Employee Information and send sourcecode as zip file. empcode : .............. empname : .............. dateofjoin : dd/mm/yyyy dateofbirth : dd/mm/yyyy TableName: EmpMaster EmpCode EmpName DOB DOJ TableName: EmpDocs EmpCode DocNo DocName ExpDate
What is pre-jit?
Explain the difference between system.string and system.stringbuilder classes?
Write a program to find all text files in a logical drive and return the count of the number of files?
Explain how can we remove handlers at run time?
Which control is an example of an object in vb net?
What is DLL HELL in VB.NET