What are the similarities between class and structure?
Answer Posted / sanjivani
Both are same except the followings
class is ref type and structure is val type
class objects get stored on heap and structure objects get
stored on stack...
and structure should only have parameter less constructors
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is the use of assembly?
What is the use of internal keyword?
What is the purpose of an Assembly?
When do you use virutal keyword?
What are the differences between server-side and client-side code?
Which class allows an element to be accessed using unique key?
hello thank you for replying to my question regarding adding barcode fonts in vb.net project. I have downloaded a free font and added in my vb.net project but now i dont know how to use that i need to generate barcodes can any body help me how to use those fonts these are font3of9 .i need a small code to use these fonts to generate barcode thank u!
What is econo-jit?
Describe about visual basic.net?
What is the difference between manifest and metadata?
What are the shared variables?
What is the Advantage of vb.net over vb
What are the features of c# which are not present in vb.net?
Explain about delegate?
Explain the difference between system.string and system.stringbuilder classes?