Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 stateless model?

0 Answers  


mention what is the key advantage of using entity framework or ef?

0 Answers   Microsoft,


Which is the institute which also caters to your personal development other than subject.

1 Answers   TCS,


What is layout in mvc?

0 Answers  


How do I define my own code group

1 Answers  


Is .net framework going away?

0 Answers  


Tell me about the internal working of Garbage collector?

3 Answers   Honeywell,


what is complex type?

0 Answers   Microsoft,


How does �side by side� work for the .net framework 3.0?

0 Answers  


How to Insert a TextBox value in to Sql database using C#.Net coding

2 Answers  


Explain .Net Framework? Why we use it?

0 Answers   MaxSolPro,


Explain ASP.NET MVC Identity and Security?

0 Answers  


Categories