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 dto c#?
List the two important objects of ado.net and also list the namespaces that are commonly used in ado.net to aid in connection to a database.
What is written in c#?
Why do we use public static void main in c#?
What is a float?
What is final keyword in c#?
What is expression tree in c#?
Does c# support #define for defining global constants?
Is c sharp open source?
What exactly happens when we debug and build the program?
Explain how do I convert a string to an int in c#?
What do you mean by jagged array?
Explain how to implement an object pool in c#.net
What is the difference between console and windows application?
What is a nullreferenceexception and how do I fix it?