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
What are the ways in which client can create object on server in cao model?
What is property in c#?
What are the benefits of using the aggregate method in linq?
What is the purpose of constructor in c#?
What is a Command Object in C#?
What is array c#?
What is default access modifier for class in c#?
How many types of serialization are there in c#?
Is list ienumerable c#?
How many types of collections are there in c#?
What is managed code?
How do you comment out code in c#?
Explain states of a thread in c#?
What is datagrid c#?
What is platform independence"?