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
How to view an assembly?
What is different between web.config and machine.config and where it will be ?
What is the importance of a Button control?
What are the advantages of migrating to vb.net?
What are the two main parts of .net?
source code for how to login a vb.net application ?
What is the main use of a namespace?
Can we use Vb.Net and C# language simultaneously in one .Net application?
Explain about jagged arrarys ?
List the types of generations in garbage collector?
What is an application domain? how they get created?
Explain private assembly?
Explain cls?
How many languages are supported by .net?
What is the use of assembly?