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 output parameter and parameter array?

Answer Posted / shadab

An output parameter is a mechanism to pass value as
reference.It is like a reference type parameter but one
differece in reference type and output type is
the variable that is passed as output parameter exists only
one copy in memory.
In case of output parameter variable can be
used without initializing i.e local varible can be used
without initializing.
output mechanism is also called out because value
is transfered outside the method.


And parameter array is a way to pass array as parameter


for more details->
Go to url -> www.shadab-programminghelp.blogspot.com

for details and to see code visit above mentioned url.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is class sortedlist underneath?

1004


Explain lock, monitors, and mutex object in threading.

950


Explain how obfuscator works in .net

1061


What is form feed in c#?

984


What are the advantages of using delegates in c#?

967


Define delegate in c#?

974


what are the contents of an assembly ?

1040


Define using statement in c#?

984


What is a console in c#?

903


What is difference between throw and throws in c#?

925


Can I get the name of a type at runtime?

1024


What is the difference between abstraction and encapsulation in c#?

985


Explain About stateless and state full web service

1046


Can a method be sealed in c#?

964


What is private static in c#?

970