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 passing a value object by
reference and a reference object by value?

Answer Posted / c

When you pass object by reference to any method, you are
passing reference (base pointer) to method. Any changes
done on this object will get reflected in object in caller.

When you pass any object by value, you are passing copy of
the object and not the reference.

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between private and protected?

1035


What does dbml stand for?

1090


What is a generic in c#?

969


What is meant by generics in c#?

967


What is the full form of GAC? Explain its uses?

1055


What is a constructor in c#?

1532


What is deadlock in c#?

998


How many bytes is an int c#?

935


What is winforms c#?

1069


What is difference between struct and class in c#?

964


What is a cshtml file?

1186


What is array and types of array in c#?

1074


Why do we use methods in c#?

934


What is an escape sequence? Name some string escape sequences in c#.

976


What is the difference between int16 and int32 in c#?

989