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
What is a protected class in c#?
Define boxing and unboxing in c#?
List some of the classes used by system.data namespace?
What is wcf c#?
What is command object in c#?
So let's say I have an application that uses myapp.dll assembly, version 1.0.0.0. There is a security bug in that assembly, and I publish the patch, issuing it under name myapp.dll 1.1.0.0. How do I tell the client applications that are already installed to start using this new myapp.dll?
What are examples of desktop applications?
Explain attributes in c#?
What is scaffolding in c#?
Define delay signing?
I want to print "Hello" even before main() is executed. How will you achieve that?
How many variables do you need?
What happens if a static constructor throws an exception?
What is static noise?
Why do we need constructor in c#?