What are the similarities between class and structure?
Answer Posted / satyambabu
class is a collection of methods functions and properties
enumerators and fields.
structure can be defined as a tool for handling a group of
logically related data item.
the main difference is class is a referance type.
structure is a reference value type.
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
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
Can you please explain the difference between namespace and assembly?
What is the difference between compiler and interpreter?
How do you script this scenario in QTP using VB? Verify XML attributes in XML message against XSD and data mapping of fields to Oracle tables? Verify data in XML to data in a defined table?
Observations between vb.net and vc#.net?
What is the difference between a "jagged array" and multidimensional array" ?can anyone show me it practically ?
What is the use of assembly?
How to retrieve images in sql server database through vb.net?
How to create a constant in vb.net?
Explain the use of console application?
Explain how can we remove handlers at run time?
what is the advantage of option strict on?
What is the maximum size of the textbox?
Explain trace in vb.net?
What’s the difference between private and shared assembly?