what are the differences b/w structure and class?
Answer Posted / dhinakaran
Class is a reference Type.
structure is a value Type.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are virtual destructors?
How big is int16?
Explain types of comment in c# with examples
How does array sort work?
What does it mean to override a method?
Define an abstract class?
What are class fields?
What is deadlock in c#?
What are Regex / regular expressions ?
Is exe is machine dependent?
How do I count the length of a string in c#?
Is datetime immutable c#?
Is a decimal an integer?
How to force my .net app to run as administrator on windows 7?
How can encapsulation be achieved?