Answer Posted / bhaskar
ByVal means only the value is passed to the calling function
but.. modifications will not reflect the original value..
ByRef means the address where the value stored is passes to
the calling function so the modifications made are reflected
to the original value..
Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What is console readkey in vb net?
Are value types sealed?
i want the csharp questions&answeres
What is assembly c#?
What is .net console?
How do you concatenate in c#?
What is default value of bool in c#?
What is cookies c#?
What is toint32 c#?
What is the difference between Object and class adapters?
What is callback delegate in c#?
What are collection classes?
What is the use of GC.KeepAlive Method?
When Should You Call The Garbage Collector In .net?
How many types of polymorphism are there?