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 is Global Assembly Cache (GAC) and what is the purpose of it? (How to make an assembly to public? Steps) How more than one version of an assembly can keep in same place?
What is overriding in c#?
What is serialization in dot net?
What is the use of thread join in c#?
What is a private class in c#?
How many types of constructors are available in c#?
Can abstract class instantiated c#?
What is a protected class in c#?
What is the usage of OLE?
What is difference between dictionary and list in c#?
How to implement singleton design pattern in c#?
What are the advantages of using c#?
What is difference between list and dictionary in c#?
What is cookies c#?
Do loops in c#?