What is Value type and reference type in .Net



What is Value type and reference type in .Net..

Answer / kirti

Value Type : A variable of a value type always contains a value of that type. The assignment to a variable of a value type creates a copy of the assigned value, while the assignment to a variable of a reference type creates a copy of the reference but not of the referenced object.

The value types consist of two main categories:

* Stuct Type

* Enumeration Type

Reference Type :Variables of reference types, referred to as objects, store references to the actual data. This section introduces the following keywords used to declare reference types:

* Class

* Interface

* Delegate

This section also introduces the following built-in reference types:

* object

* string

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net Framework Interview Questions

What is ado.net data provider? : Entity framework

0 Answers  


In which testing using in .net framwork?

2 Answers  


Can we change web.config settings from iis?

0 Answers  


How to update one of my table in database at 4pm every day how it is possible?

0 Answers  


what is model first approach?

0 Answers   Microsoft,


How do I use partial view?

0 Answers  


Explain linq to entities? : Entity framework

0 Answers  


How to set background for total website, on that another another layer, in that we keep website data,,for example see www.msn.com. On one faded background we ll have layer like other background..Do explain how its possible

2 Answers  


How we can add the css in mvc?

0 Answers  


How do I install .net framework?

0 Answers  


Explain ASP.NET MVC Identity and Security?

0 Answers  


What are the Main Features of .NET platform

1 Answers  


Categories