What are the similarities between class and structure?
Answer Posted / shilpa
Question What are the similarities between class and
structure?
Rank Answer Posted By
Question Submitted By :: Chhatrala
This Interview Question Asked @ Ksb
I also faced this Question!! ? ALL Interview .com
Answer -> Both can have constructors, methods,
properties , fields,
constants , enumerations, events and event handlers.
-> Structure and class can implement inteface.
-> Both of them can have constructor with parameter.
-> Both can have delegates and events.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Before in my vb app I would just load the icons from dll. How can I load the icons provided by .net dynamically?
Name some different types of control?
Explain about the performance of visual basic?
What would you do to remove microsoft visual basic name space?
Explain how does the xmlserializer work?
What do you mean by Redim in VB.NET?
What are the different types of Lock available in Visual Basic?
What is sorting in vb?
Thank you for replying to my Question regarding Barcodes in VB.net. My next question is that how to use Barcode Fonts in VB.net I need a small code to Generate Barcodes in VB.net from a string of Values. This is the only problem i am left with in my project. Any body can help me please.
Explain trace in vb.net?
Explain the difference between vb 6 and vb.net?
What is internal keyword in .net framework?
Explain jit?
What are the difference between dispose(), close(), exit(), end()? When do we use them?
Can we use Vb.Net and C# language simultaneously in one .Net application?