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 / ashish diwakar

..........For above example..............

Well I skip to add .ToString in my above answer.

We can not pass Reference type objects directly to a method.
So to pass value of sb variable we need to use following
code:

Display(sb.ToString());


..........For above example..............

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is it possible to inherit multiple interfaces?

1045


What is datarelation c#?

925


What is meant by enumerable in c#?

1016


What is difference between const and static in c#?

1036


What is the difference between array and arraylist in c#?

1084


Why do we need generics?

975


What is desktop application testing?

963


What does int32 mean in c#?

943


What is use of private class in c#?

1030


Why hashtable is thread safe in c#?

1068


Can constructor be private c#?

927


What is the use of console application in c#?

965


What are virtual destructors?

1018


In a single .NET DLL how many classes it contains?

977


How does dependency injection work c#?

992