What are the similarities between class and structure?
Answer Posted / chhatrala
-> 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 without parameter and
with parameter.
-> Both can have delegates and events.
| Is This Answer Correct ? | 20 Yes | 9 No |
Post New Answer View All Answers
Explain what observations between vb.net and vc#.net?
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?
Is vb.net dead?
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.
Is vb.net a programming language?
Explain about the feature anonymous type?
What does assert() method do In VB.NET
Why do we use byref keyword in vb.net?
What is the diff between vb mdi form and .net mdi form?
Name some of the features of C# which are not present in VB.NET?
Explain about branching logic control in vb.net?
What is writeline in vb.net?
What are the advantages of VB.NET?
How does vb.net achieve polymorphism?
What is deep copy?