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
Describe two uses of the “using” statement during the operation of c#?
What is the c# equivalent of c++ catch (…), which was a catch-all statement for any possible exception? Does c# support try-catch-finally blocks?
Difference between call by value and call by reference in C#?
What is threading in c# with example?
What is a deadlock lock?
Please explain value types and reference types used in c#?
What is an escape sequence in c#?
Can abstract class instantiated c#?
Please explain the basic string operations used in c#?
Is string passed by reference in c#?
If dll and exe files are same it means you can deploy both the files in gac?
Explain how do you directly call a native function exported from a dll?
Is int reference type c#?
Give some examples for built in datatypes in c#?
What is the use of command builder?