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 the Difference between value and reference type?

Answers were Sorted based on User's Feedback



What is the Difference between value and reference type?..

Answer / nithya

value type variable :
If the valuetype variable data is copied to another
variable, its actual data is not effected.
eg., for valuetype variables are
char,boolean,structures,enumerations .
eg.
dim m.n as integer
m=100
n=200

reference type variable:
variable doesnt stores the actual data, instead it has a
pointer . that pointer will points to the actual data
location
eg., for reference type variabls are array,class .
eg.
dim a,b as integer
a=5
assume, a is in the memory locatyion of 1001.
that address value will be stored to the another variable
say b whose address is 1020

Is This Answer Correct ?    6 Yes 9 No

What is the Difference between value and reference type?..

Answer / ramu

watras

Is This Answer Correct ?    1 Yes 27 No

Post New Answer

More C Sharp Interview Questions

What is the base class of all classes in c#?

0 Answers  


Is array reference type / value type ?

6 Answers   Accenture, BirlaSoft,


What is a class in unity?

0 Answers  


Give some examples for built in datatypes in c#?

0 Answers  


What is threading in c# with example?

0 Answers  


Why array is faster than arraylist in c#?

0 Answers  


What happens in synchronisation?

2 Answers   Tech Mahindra,


What is the difference between iqueryable and ienumerable?

0 Answers  


Please explain the basic string operations used in c#?

0 Answers  


What is the relation between classes and objects?

0 Answers  


what is be the overhead, if i use binary transmission. and will it be sent using xml text or how ?

0 Answers  


Can we maintain state in webservice?

0 Answers  


Categories