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
Explain the advantages of migrating to vb.net?
What is the difference between .dll extension and .exe extension files?
Can you please explain the difference between authentication and authorization?
What is the Advantage of vb.net over vb
what is difference between namespace and assembly?
What is enumerator?
Explain the observations between vb.net and vc#.net?
What is the difference between manifest and metadata?
How can I extract the formated word(bold,italic,underline,font,color etc) from the msword file.?
What are all the parts of .net framework?
How to send xml file on server using http protocol?
what is the need for dynamic controls in vb.net? i would like to know for what purpose should we create the controls dynamically? please give the answer in simple words.
What is the significance of delegates?
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
How many classes a dll can contain?