What is the Difference between value and reference type?
Answers were Sorted based on User's Feedback
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 |
Which control cannot be placed in mdi?
What?s the top .NET class that everything is derived from?
4 Answers Hindawi, Siebel, Visual Soft,
What is Interface Polymorphism?with E.g
Does c# have functions?
How are Windows programs different from normal C-programs?
Define satellite assembly in c#?
Can you put two constructor with the same structure in a class?
Does hashset allow duplicates c#?
What are actions in c#?
What is a property c#?
i want display a given number into Rupees Format Like Given number is : 156735 my Expected output is 1,56,735. how to display?
Can a dictionary have duplicate keys c#?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)