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
What are the fundamental oop concepts?
What are different types of classes in c#?
What do you mean by string objects are immutable?
Why does dllimport not work for me?
What is tryparse?
How many types of interface are there in c#?
Can a static class have a constructor c#?
What is the predicate of a sentence?
What is typeof c#?
What is call back method?
What is string literal in c#?
What is func c#?
Which programming language is best for desktop applications?
What is difference between array and list?
4. Describe the process when we send a request URL? And who is responsible for that?