what are the differences b/w structure and class?
Answer Posted / purushotham .tella
Structures are Value-Types. This means, the data that they
contain is stored as a stack on the memory. Classes are
Reference-Types, means they are stored as a heap on the memory.
Structures are implicitly derived from a class called
System.ValueType.
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
Why we use get set in c#?
What is a method signature?
Why reflection is used in c#?
What is streamreader/streamwriter class?
What is event sourcing in c#?
Is int reference type c#?
Explain about c# language.
What is a hash table c#?
What is orm in c#?
What is a trace and asset? Explain some differences?
What are generics in c#.net?
Where do we set the min and max pool size for connection pooling?
What happens if a static constructor throws an exception?
What is the compiler of c#?
What is data quality assurance?