Explain the Difference between value and reference type.
Answer Posted / kinjal
c# provides a set of datatypes. datatypes of c# contain two categories one is value type and another is reference type.
value type is a variable. datatype value store in variables while a variable of a reference type stores a reference to the data.
both value type and reference type have one common thing - both derived from system.object.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How many types of generations are there in a garbage collector?
Tell me about secure socket layer? How to make use of the technology?
Explain what inheritance is, and why it's important?
What tools is used to develop .NET applications?
What is the advantage of .net?
What is singlecall activation mode used for in .net?
what are connection strings?
What tags do you need to add within the asp:datagrid tags to bind columns manually.
Explain what are possible implementations of distributed applications in .net?
Is Driver Script any how related to AOM?
Explain the use of activex control in .net?
How can I find out what the garbage collector is doing?
Is .net a programming language?
How do you create threading in.net?
What is .net3.0 and .net3.5?